Memory Pool Memory Pool Refreshing

9,767 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,393 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (3,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,056 904,056 0000000000000000000173013112350b4acb4b9ae78df8631428002190662f92 1.76 MB 3,127 0
904,055 904,055 0000000000000000000092f87315d91be0683d0ffa7f56c9c234505e4d44640d 1.30 MB 1,513 1
904,054 904,054 000000000000000000019471bc6da9580035a011562a858bd996385c74d19146 1.68 MB 2,892 2
904,053 904,053 0000000000000000000245ba7b6394e58ef59b7ab4cf7f435b4d4aacec30f2df 1.13 MB 880 1
904,052 904,052 0000000000000000000075a53823665e0ba86f9cb112eae31b10768607fb6c31 1.49 MB 3,125 2
904,051 904,051 000000000000000000016c4276a3ed45ae9316e1ef3e5c6edf1343ae59f52d88 1.62 MB 4,433 2
904,050 904,050 00000000000000000001b38839b1f7f2efe54050cc73352226adb2cf0f78577a 1.58 MB 2,648 3
904,049 904,049 00000000000000000000046f1ed5886dd3209e3b06a2b272a8e9dbc1a2af91bc 0.13 MB 291 4
904,048 904,048 00000000000000000001de0ea577095e0b6e0fee59353a0fc5b93a1d399399ab 1.23 MB 1,776 2
904,047 904,047 000000000000000000019b1b898ba1fb36a3e4b89c1f8a586c35ea24f52298f3 0.04 MB 65 1
904,046 904,046 0000000000000000000225bf3c3d853d1ba0bab5bf01e3d4f6e26eddd9feaa88 1.10 MB 1,696 2
904,045 904,045 00000000000000000000df4456747ecf2e02db31d0ca32192c90458b462c43ea 0.04 MB 96 2
904,044 904,044 00000000000000000002270446863b68a7763c5b169d39961bd4fdaee321dcde 0.63 MB 815 1
904,043 904,043 000000000000000000017acff7f3729a21a9ea933e5723cb81a651f41ca167fd 0.73 MB 1,245 2
904,042 904,042 000000000000000000019ea182989013bd69529f3cfb6387c54ce72cf9337820 1.38 MB 1,979 2
904,041 904,041 00000000000000000001394a7b5cbf25d83f3dbb1fa36c10fcc8d27344cea3db 0.81 MB 1,386 2
904,040 904,040 000000000000000000016ec73117753326382bdb33282f1b6a69b1897e3d83d3 0.27 MB 505 1
904,039 904,039 0000000000000000000187605119f2b3fccd2ea153e2a3a01594b27122f831a1 1.53 MB 3,336 2
904,038 904,038 0000000000000000000120f061644696dd831aa5f83987e2c7ce25c52a39623a 3.47 MB 894 1
904,037 904,037 00000000000000000001f8ed8659cbaedbd4a1c28adcf7575a40ac5320d84ed7 0.66 MB 2,478 2
904,036 904,036 0000000000000000000069d08a62e75864c322c8cf131c546cbce09ab809688c 0.33 MB 626 2
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.