Memory Pool Memory Pool Refreshing

8,931 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,017 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (484,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
423,466 423,466 0000000000000000007fd53d7161fa2cf4acf29efd14bfaf838053ba51b34cf3 1.00 MB 152 3
423,465 423,465 00000000000000000306c7f8e47536672cccc2b6abe082736cfd1db5e2949b10 0.04 MB 97 52
423,464 423,464 000000000000000001fc8ce458a19e26fb71be3f22d1c5e59de0084b22fb4d0a 0.60 MB 829 34
423,463 423,463 0000000000000000026649dcaeaf52ca2f5cd3ae625e3c41b6d7b39b1c3ae347 1.00 MB 1,606 47
423,462 423,462 00000000000000000298a80713513f816b34e866317a08be0686e54c10c06c16 1.00 MB 2,712 68
423,461 423,461 000000000000000001bc42d97b7859f6bd9444e59e6cdeda91a86c9b6f8d293e 0.10 MB 143 47
423,460 423,460 000000000000000003e31bcbf6badd1a8fdf8682b46b9974c5ca6780c24af70e 0.30 MB 772 59
423,459 423,459 000000000000000002e82ae861f43fd87f7a5efabba2d1423694a002accbbf6e 0.01 MB 21 105
423,458 423,458 0000000000000000031028aed093e424be5b84b57979e6b5f6dc1ba1e8be13f7 0.99 MB 287 6
423,457 423,457 0000000000000000001a3a360dc4be774e32550379ebf6a48fe5153960a3ce24 0.17 MB 355 57
423,456 423,456 00000000000000000114476ac9aeecebe3b98989f7ebbf2e8e90d23b4ec4b645 0.71 MB 1,397 53
423,455 423,455 00000000000000000337f070d7f4da534bfe433d43a696bc87a22e5aa37eceb9 0.16 MB 375 63
423,454 423,454 000000000000000003f02cef4f869e3e42f11543ab6139ed721ef8b5f193655a 0.90 MB 1,648 44
423,453 423,453 00000000000000000004dfb94b7fb3eb01acfcceab810e9cc3befb61400d9594 1.00 MB 2,469 64
423,452 423,452 000000000000000002f7323fc3bb9c2d2c091e6cb85abbc3f2b245f301df8ee7 0.69 MB 1,813 61
423,451 423,451 000000000000000001ccbe12854472ab94d1dd422601cb7c42b2ce5cea5cad5c 0.88 MB 1,631 42
423,450 423,450 0000000000000000043e7ab63cb87a7a64020bbaf04a4fddc84586d4c24558fe 0.62 MB 835 36
423,449 423,449 0000000000000000011876c59cfad8766a96a6360a721a0d53ce98546b3383c9 1.00 MB 2,393 58
423,448 423,448 000000000000000000ecc213dcdf02f62776abb3cc0049468c6052aca81b384e 1.00 MB 2,683 77
423,447 423,447 000000000000000005587eec4ec3a73a42ea7cf8103b03996807b20cfacb4dc4 0.82 MB 1,581 52
423,446 423,446 00000000000000000277072da05d71b45532137f8cae658dbb8211df13dc44b6 0.01 MB 21 107
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.59 GB sent, 93.03 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.