Memory Pool Memory Pool Refreshing

6,432 transactions
3.72 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,099 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (359,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
548,665 548,665 0000000000000000002434a348b7b6fac10835b7059b601f412bffa5b0dfe9f1 0.28 MB 614 11
548,664 548,664 0000000000000000000e3aad887946dd2e1c9a97d86d35a8bd23afa150e0b1f0 0.15 MB 243 7
548,663 548,663 000000000000000000084a2c0a3fa744ac3276e457be59a68504857bfb532fa9 0.37 MB 756 8
548,662 548,662 0000000000000000001bee087f6ba5ac563487c2f41473add9399a469e8cc533 1.14 MB 2,116 10
548,661 548,661 0000000000000000000e9f7760a29f11163fb6166562da2307927a0d5482f21b 0.26 MB 428 10
548,660 548,660 0000000000000000002305492dd68ffffa68405828ba9d20626587125f6cd85d 0.18 MB 364 12
548,659 548,659 000000000000000000005362bd89f8359a46ef441ee7b0daf802811d36e8b640 0.40 MB 762 8
548,658 548,658 0000000000000000001c6fd3fe2ec6a8597c1237c0b8db4811e3d8d25e57e8c7 0.28 MB 250 2
548,657 548,657 000000000000000000052f11c186bd1b8b24e9c926f5d05955af0da0cb74abeb 1.24 MB 2,712 8
548,656 548,656 0000000000000000000fa445172ab6815c34a919b85931aa6d7c4943e23b698b 0.06 MB 127 54
548,655 548,655 000000000000000000202098f788408ee28f4b7c24a0bf418cc76c10e1ad2c10 0.74 MB 542 6
548,654 548,654 000000000000000000191b314a5db50a61e8b99d3a869da32b23dfbd33f04a8a 1.17 MB 3,313 7
548,653 548,653 0000000000000000001faadf2ed9fac69a49eda0b2df73b4cc115a666ff0f35e 0.18 MB 426 15
548,652 548,652 0000000000000000000a5b8780a38d3de042d24f72d78244997675ca99eded23 0.14 MB 176 37
548,651 548,651 000000000000000000044a355f0e0d7250f514ab7d9e00978cd1af97bd5a904c 1.21 MB 3,151 17
548,650 548,650 000000000000000000208e15a8f706d9243e26f383fb60dbb485fcc4e4c2ca12 1.03 MB 2,046 7
548,649 548,649 000000000000000000166f7be4e48d7a665128e230b0b2a131f3f9ffbbf46f91 0.13 MB 252 6
548,648 548,648 00000000000000000005e6e4dbcb48691cff0325c569f233f30a4a084e0a2bcc 0.19 MB 464 9
548,647 548,647 0000000000000000001099ed8f935fd9df060846b94c9c4110b1934f6bf3b2ce 0.61 MB 1,205 12
548,646 548,646 0000000000000000002071d9f558b9f696fd6b5479b8c12288407028e631235b 0.69 MB 407 2
548,645 548,645 0000000000000000000795b7454f632f95f12d2f68ba7b23716939ec109e748c 1.18 MB 2,562 6
Previous 10 blocks ↓
Total Size: 769.03 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,625.89 GB sent, 93.05 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.