Memory Pool Memory Pool Refreshing

5,800 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,955 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (76,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,394 831,394 000000000000000000008c02f5a8e2a9fc3d7d7af8b3a86db77819faf171df31 2.97 MB 1,531 13
831,393 831,393 000000000000000000014da95aea7ca30168437addd46008de8d97a742048c39 3.62 MB 466 11
831,392 831,392 0000000000000000000291aec2950913a65b3a106d6486f51cd824ec4da57120 2.62 MB 1,015 12
831,391 831,391 000000000000000000015d56929b27d8531898abee02ee45df15cb1c3fefca9e 2.22 MB 1,347 13
831,390 831,390 00000000000000000002104bba4ccb4510422002baacac44cdaf5c07da8edf66 1.77 MB 3,240 19
831,389 831,389 0000000000000000000077e8b0d3ec67d7fb4f4b0e6aa67d7d4251c51fc36651 1.98 MB 2,106 16
831,388 831,388 0000000000000000000291279c14be3f48d89b0224ce7e8475d82624e847a5fe 1.83 MB 3,058 22
831,387 831,387 000000000000000000010cf742e82093f2b34592a294bb9d48c32c35db0cbe64 2.89 MB 1,677 12
831,386 831,386 0000000000000000000157bdde026859b310ba79f905f1514f022d1dd6129a00 2.27 MB 2,162 17
831,385 831,385 00000000000000000001e2b7737bb255f94e96ff899f65d9c1bc1d17be3471db 1.26 MB 314 12
831,384 831,384 000000000000000000008721ebddc8b100f6f5ff7819378bbe273f16e2d870e8 1.99 MB 2,315 15
831,383 831,383 00000000000000000001df3d2f4bce54965d5ac416ca3e99e59a9f8c73e6fc5b 2.22 MB 2,993 18
831,382 831,382 000000000000000000003a6ce1f3e892499ea761d321a75acd8b33c5ff35f79a 2.39 MB 1,981 16
831,381 831,381 00000000000000000003155bf64b69927df7a61a3441fcb667cc36702266a5e5 1.57 MB 3,176 24
831,380 831,380 0000000000000000000194001d1634dc7ef2074f1320376bdd5ce813bae909ce 2.06 MB 2,963 18
831,379 831,379 00000000000000000000c2f8a700cdf012e8bc2e5c55cc681487998f40952a23 1.90 MB 3,603 25
831,378 831,378 00000000000000000002960cd79cf980229988135c8cbc5966e882947ca86424 1.70 MB 3,653 22
831,377 831,377 00000000000000000001f4d5bb9f3eea141b7c70cbab87dd42481802e844ea44 1.65 MB 4,398 27
831,376 831,376 000000000000000000008e3629fb5fcb0ed61374d2aecf3dfe32e9143e37383b 1.70 MB 4,093 29
831,375 831,375 00000000000000000000e0f8b538afc8006615ea6f1f71a6c8af9f48ce015fab 1.83 MB 4,936 25
831,374 831,374 00000000000000000002c8ee902867954301d8d0de420a5aa541ef10524744b1 1.66 MB 3,930 27
Previous 10 blocks ↓
Total Size: 768.98 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.00 GB sent, 92.71 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.