Memory Pool Memory Pool Refreshing

3,440 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (782,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,948 124,948 0000000000003eccedc3029b9a3c3f6a52c73f5577af2af6e05b98c444715db8 0.00 MB 17 1,221
124,947 124,947 00000000000005d02d1827513c4e7e8294a81ff8552cd5b4cb51a51017e0b209 0.06 MB 250 3,684
124,946 124,946 000000000000500c6d4a4b9e0f9c6a3b79a111ed7b8dd0d02ac4b73c825eed4d 0.00 MB 18 1,273
124,945 124,945 000000000000321e778de02ee5b3467a130f44e1d5a8dfb020523bf9322f9818 0.02 MB 31 324
124,944 124,944 0000000000002e766705854de28894d13a81739a011a16285035cd8176b2bd1f 0.00 MB 9 2,946
124,943 124,943 0000000000004fff556d15c4ac112209a18d84128b96846a480b45b6b0b12742 0.00 MB 7 2,728
124,942 124,942 00000000000016b507617906873ed136ff77263ad10b9a0492b4d59a5b28f7e5 0.01 MB 48 376
124,941 124,941 0000000000001bce512b9a7c6c149b9adcf6fcda41819ccf16b2276dc2b2489b 0.00 MB 11 0
124,940 124,940 0000000000001db8ed272da1d95f1c79cd8ed9cfb45eff4547bcf37b28327d87 0.00 MB 11 348
124,939 124,939 00000000000022b8e4b93786fa4f3678581a9749633cad15d2fcbeb438a03650 0.02 MB 47 972
124,938 124,938 00000000000060f1222dd30038d28a3467681568a7507c9403195084e2c7e829 0.00 MB 1 0
124,937 124,937 000000000000014c05cdcd220ec3d08f4aa0b71f444c137a30942b3cac20e7d0 0.00 MB 10 944
124,936 124,936 0000000000002997d11e06896773224e811db4155b0cc58333d85d8851d896f7 0.00 MB 12 1,473
124,935 124,935 000000000000099dbc282f904b50b01315673af69d444ac2c044d1eae7a77fe2 0.00 MB 7 1,033
124,934 124,934 0000000000003cc30317e2815f57e416c19e678c050700782a25e7e88b7689c0 0.01 MB 22 634
124,933 124,933 00000000000029c95452837834c4afff2d40d02231b94760258a7c836c703159 0.00 MB 11 0
124,932 124,932 000000000000692c4909c55492287148427c085e555fc51e3b2f587371927037 0.00 MB 12 469
124,931 124,931 000000000000482c771aed69a30410fc560ff48204ad7e802bcdcff8ee31233a 0.03 MB 53 230
124,930 124,930 00000000000046467519408a0baa8cd2007eca06619faf1d7bdac7c7cebd34d4 0.01 MB 3 1,130
124,929 124,929 00000000000054c9c2c57fe846b4186d33bd338fb4f5e217a5e3ceeaa7bad57a 0.00 MB 7 322
124,928 124,928 0000000000001215ac4c9710e03e2f588512e80a98f517675cf4e7d6ad7b27f2 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.