Memory Pool Memory Pool Refreshing

1,101 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
901,316 000000000000000000023a040000000000000000000000000000000000000000 0.32 vMB 1,088 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,315 (43,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,055 858,055 00000000000000000001267538f341dfa201d7bd5c067ca689bc8e35632f4dbc 1.67 MB 7,021 3
858,054 858,054 000000000000000000020b7ccb3a9429cd6e66814352d5ff1c1a889a09ffefa6 1.45 MB 3,263 7
858,053 858,053 0000000000000000000246cca91dc63ce69c8173368102275b731d170f3966ff 1.63 MB 6,990 4
858,052 858,052 000000000000000000020ec76cb79a94abef497d6393b4e94879c08894d0deaf 1.65 MB 6,311 4
858,051 858,051 00000000000000000000aa5a9f26afec7649624b4c750f9c1007a8e09c72b097 1.58 MB 5,819 5
858,050 858,050 00000000000000000000670a691929dfd9c86fac0d04b0013327afee0efc035c 1.61 MB 7,063 3
858,049 858,049 000000000000000000000fb675b840d6bd3247eaaff4a86a2d40ca26605ea061 1.70 MB 5,092 5
858,048 858,048 000000000000000000011c7f22f47bc1c9dc46e5420006c46de77f73fdbef8c5 1.63 MB 7,254 3
858,047 858,047 00000000000000000001ea07be0354ca0ce42e00e60fb92482792022ca0c5963 1.54 MB 3,418 6
858,046 858,046 000000000000000000019463db000767a1de576f72b0c63dccbb60c84facdde5 1.56 MB 3,898 10
858,045 858,045 000000000000000000024ea0532c95c754976bcbb64965a73d9d299828d74740 1.64 MB 6,391 3
858,044 858,044 00000000000000000002c94dbc5fc113699fac8b733d4895bd5ce88279a9f96b 1.77 MB 4,412 6
858,043 858,043 00000000000000000001cb38fbf7bfa72ef082f3cdb955a8deed563f6acca477 1.65 MB 3,918 7
858,042 858,042 00000000000000000000162799848e98121a0c21f9553a48bb0bf4bcc9f99fc2 1.64 MB 5,829 4
858,041 858,041 00000000000000000002bfae1c502a32db9bd5eb4a506af81ebf3c2ddb806830 1.64 MB 7,099 3
858,040 858,040 000000000000000000007300468e779910172d522ca54f6e1dade6404ab3c12c 1.72 MB 5,003 7
858,039 858,039 0000000000000000000059f7b3b6696811fabfb932360368871af90c5bbc3d49 1.67 MB 4,819 3
858,038 858,038 00000000000000000000ae259e4c6577a92a23eb1fd347bab59723650a47f4ef 1.47 MB 3,366 11
858,037 858,037 0000000000000000000323ab705d2ae579278c8e91769bde9a82d6d4b634c44e 1.61 MB 4,066 8
858,036 858,036 0000000000000000000097a4be17d82f3d70208f9cfa412545ee003a22b03e9f 1.66 MB 6,922 3
858,035 858,035 00000000000000000001efccb6dcf587a49d275b2020b148968db45f222bad1b 1.61 MB 5,106 5
Previous 10 blocks ↓
Total Size: 758.07 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: 716.31 GB sent, 37.20 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.