Memory Pool Memory Pool Refreshing

2,960 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 2,954 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (786,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,315 121,315 0000000000003f5b471de5ced77b3486f43e09e762241614576f7f019f8e7c42 0.00 MB 1 0
121,314 121,314 0000000000003913053796ebb8f50d5a2a13777bca2c0ffc9ca8efc5a3ceae79 0.01 MB 12 1,190
121,313 121,313 000000000000798674cac6d61d96d1d716544811bfcb4463b622b1830f039f3c 0.00 MB 7 0
121,312 121,312 0000000000008bed273df3b18facc225b3b8ea1cad3024f53e83f4da3257cf2f 0.02 MB 51 1,593
121,311 121,311 0000000000001668337fe553e4992e4883a66d1669a903e497ce9abb1547cd17 0.01 MB 21 114
121,310 121,310 0000000000000cd06fdd181a7ca25ba8163c68779f5267c6071962ca226d9efe 0.00 MB 11 324
121,309 121,309 0000000000007d20ea43998ef2183f5fa7c73bd549272c487b2b2d161097200a 0.00 MB 5 246
121,308 121,308 00000000000079006eb6ee0323d5ab267b03bc7ea38b44f55e4b1fcae1f98f9e 0.02 MB 26 57
121,307 121,307 0000000000005f72e3b54eba7bedfbc62a913485b7a2cd945e2cc45664e84ccd 0.00 MB 1 0
121,306 121,306 0000000000002975163c4b66bf24ee4f94a9ce843dcc93ccf168755cca671da2 0.00 MB 11 592
121,305 121,305 000000000000828264bab4421cfa0e8c2c315c03ede660f1f617f6add6b35771 0.01 MB 34 919
121,304 121,304 00000000000076d67f2d71ad0b2bd78b49434b12bfbb2b9702eed4afd1036c93 0.00 MB 7 326
121,303 121,303 0000000000008c16f0299dde4b5d3a1f72aa0f2404cb6cfddaf909567b8ddb06 0.01 MB 11 342
121,302 121,302 00000000000016bde654c09371d115ec6e589819ca5e316593aa1b543389a0d9 0.01 MB 20 1,514
121,301 121,301 00000000000084c9d282ecea44a13e885b3363800ed5165ff86e589947285989 0.01 MB 27 737
121,300 121,300 00000000000049870666a81076ce7d6b447491e598dae0954a14f83e5c021d7b 0.00 MB 7 577
121,299 121,299 0000000000002549e83c9eebca9222501747d5dc2e9b4fff08cf3d0f541d3e8b 0.01 MB 19 678
121,298 121,298 00000000000027def5ff590140b94dbc7d83db15555e125e6c58c3dd1eb157e0 0.02 MB 10 1,748
121,297 121,297 0000000000003bf82a96f8bb4bd84d193008ea755930bbab7b2aa8e6f78032a0 0.00 MB 4 0
121,296 121,296 0000000000007907bd1a639e072f8d6d612e879572be0a4c29c42294e4fbac96 0.01 MB 17 0
121,295 121,295 000000000000080e9c504c1422531b8d49ab874f0db918850b54ed73c0561eae 0.06 MB 23 1,156
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,615.72 GB sent, 92.69 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.