Memory Pool Memory Pool Refreshing

6,245 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,827 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (598,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,052 309,052 000000000000000015e4b539f489ecd5ac460fc92a7906bb2cf5971b0ce903d6 0.48 MB 901 31
309,051 309,051 000000000000000002334b6005f042c38b3fbce403a7df394d7a4e491466741e 0.16 MB 512 51
309,050 309,050 000000000000000019d5a8464f0197678a0bf22453dc028d22d6b18ea95e833f 0.63 MB 781 20
309,049 309,049 00000000000000000fdace6622e8678bc3bf6d31ff6f4548e6b0eb9c85a98794 0.35 MB 1,079 57
309,048 309,048 00000000000000000f41bd0cfb88a55c049a614a2ac04290d26117fe200cae8a 0.23 MB 402 28
309,047 309,047 0000000000000000257d13feff8f2e837c818c9eb329c8d3d84fa791540a9e78 0.25 MB 264 18
309,046 309,046 00000000000000000089a66fff897d279ca50722bd12f95fccff7428795f499f 0.75 MB 1,145 29
309,045 309,045 00000000000000002f2baceb9da587bd3a50a4a7e3444841117972184ccf3ef6 0.19 MB 76 8
309,044 309,044 0000000000000000049e1053960982b021bf53805859fc85921a4ee8cc317ccf 0.50 MB 851 29
309,043 309,043 0000000000000000208c7381100b706a803b91b44930492047809aa4ca0351ee 0.21 MB 373 32
309,042 309,042 00000000000000002db6c24350db8ef1ffe2f8190b6fedb3f523d9e531adaa43 0.22 MB 398 20
309,041 309,041 00000000000000001af76c7731d68b1c1c2eef7a7748446553545148456eced0 0.09 MB 256 44
309,040 309,040 00000000000000001c06ba3988e38b3c1077548a355de80f099be2c4ed7f563c 0.61 MB 1,072 30
309,039 309,039 0000000000000000278793b7cf5c8c2f005e357a3c9154c831c1f18b576dd80c 0.32 MB 673 34
309,038 309,038 000000000000000035dbcb8d139f759542d863ca9a6215f378443fa659187fb2 0.09 MB 119 16
309,037 309,037 0000000000000000251d228f61fde10caa8ed7e65ad39a34ed0cd0c4145e19f7 0.43 MB 764 29
309,036 309,036 000000000000000010bfecac90e325310d0138745da4baa1058c69579c3b0772 0.23 MB 368 24
309,035 309,035 000000000000000025b70e145c1b5fd5cc42e289dfbc8042bd4677c5ea924cb3 0.17 MB 217 23
309,034 309,034 000000000000000019d8ff70c4f1e3d74e7b264067644e59d2c8f819024a9cfc 0.68 MB 512 16
309,033 309,033 000000000000000029d55df1bfb46e85ad7a82d1676cd77163b464cb345efe2b 0.92 MB 1,212 23
309,032 309,032 000000000000000006caffc158f0f5cbd501c2c24ccd70e7b218c3e4650f03f3 0.75 MB 1,806 53
Previous 10 blocks ↓
Total Size: 769.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,634.37 GB sent, 93.99 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.