Memory Pool Memory Pool Refreshing

5,585 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (639,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,663 268,663 0000000000000005ad66b07b633b11a2b58605c4f912ef3d4d66552975d8c2f2 0.09 MB 239 49
268,662 268,662 0000000000000004e14606da3281b837a3c0dbb25cc8535b7492fd063ccfb226 0.20 MB 452 63
268,661 268,661 0000000000000000db4736b8d5e9c89bdea114dba93ef1fd5087fa85d7e00ccf 0.47 MB 865 56
268,660 268,660 00000000000000017768f94e59c8e7b19fd415c041c941a16f5d19a3c2a4a91e 0.24 MB 520 56
268,659 268,659 00000000000000003738a22668ccc88ac223d985e72a7baba1ddb559a57f854b 0.15 MB 256 24
268,658 268,658 000000000000000071b101c6a031f062650224fb8964a3e8b46876550b542f95 0.08 MB 190 81
268,657 268,657 0000000000000003f5cea21ddea3b00cbb6925632ea34c986a501fbe09129efd 0.06 MB 126 25
268,656 268,656 0000000000000004fda5910c3d32cdd6dcadbcd68b279979cf98c195ffc88837 0.15 MB 279 30
268,655 268,655 0000000000000005f882b82cdd36485d39a241e30a74d2c522e85a385c37cd3e 0.15 MB 274 18
268,654 268,654 000000000000000740d8503661094eac07d2fca9bdbdf75aa77d47b4b1d1ef03 0.08 MB 134 47
268,653 268,653 00000000000000049c2c06043fd29e26901ad273d6fcdaa832044c2ef662b900 0.05 MB 132 32
268,652 268,652 00000000000000018914e17bd674c5d8069ce463e00750cb838b91d3b0ac80c3 0.34 MB 581 5,601
268,651 268,651 000000000000000420d20733a62839c4d2a3bb3358a20f5109044c60aed7976c 0.19 MB 348 79
268,650 268,650 0000000000000005b847e8b53290ebfb4df9e7c38b03324be55d3977c438bfcb 0.15 MB 324 89
268,649 268,649 000000000000000782673ae6749ce3248f7409a315c8bf6968b65f0e028194b3 0.07 MB 139 51
268,648 268,648 00000000000000057f4c728081ca44b02e57ab97c6382648aade5d44934d8522 0.21 MB 470 79
268,647 268,647 0000000000000000e3d1f35384c9af6986fbe29aaa4a3dff4c55b35f879688ec 0.16 MB 227 59
268,646 268,646 000000000000000439844cc4dd9077fdadd51358e786af65673bfab9fe868bf4 0.21 MB 385 66
268,645 268,645 00000000000000072318ecc5c5403e87288d41408c9cf7f09f0ed5450fc5977a 0.40 MB 779 65
268,644 268,644 000000000000000730536ecfb5cf155ee5549572a0e738c47489861247cc82bc 0.24 MB 422 42
268,643 268,643 000000000000000665e626ddc26ae5612262ce841ed0ce4688b846ba3923434e 0.25 MB 565 116
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.