Memory Pool Memory Pool Refreshing

4,764 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 1,987 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (63,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,431 844,431 000000000000000000017edbee09aa62e495c88200550d8d2681440ad3b19ace 1.61 MB 3,635 14
844,430 844,430 0000000000000000000220ba6c7755f66ca90dfd860310e45330b010c9b8ac82 1.54 MB 2,986 26
844,429 844,429 00000000000000000002f99d87295c597918c8a45d0b5cdbc7f000204a30a786 1.31 MB 1,728 12
844,428 844,428 00000000000000000001c8fe0c383c7a02042cd05f19f49a87acb66000cad72b 1.72 MB 2,786 17
844,427 844,427 00000000000000000002221d68ad73a6ff6538eaec36af6edba73b692a404360 1.39 MB 2,207 15
844,426 844,426 0000000000000000000095f120ecb6985c4beab33bce2465a7f988aa48a841bc 1.66 MB 1,070 12
844,425 844,425 00000000000000000000b16143cb462b7443136b425447ee0c3bc69f0f953e12 1.61 MB 3,048 20
844,424 844,424 00000000000000000002f849d96950872f16d478f3dc367fa824c82bd08c9fb5 1.98 MB 4,092 8
844,423 844,423 00000000000000000000db1fdeeb0753f7ea909c23d9eade3b0a276390c1d6ba 1.61 MB 4,053 14
844,422 844,422 000000000000000000033a0c5554c68b87a292e677975490ee8748c65e87b8aa 1.59 MB 7,569 7
844,421 844,421 00000000000000000001ee650bcb900d9e86d0c7cce94a90e1627c80dd2bdf6d 2.00 MB 3,650 11
844,420 844,420 0000000000000000000166a43ceac646c93fb2ae5de3753ee4ea44fb0dfbecd3 1.84 MB 3,404 13
844,419 844,419 00000000000000000001f1b1326c3322bab7237f2f205aaa57354297bc3a845d 1.59 MB 3,160 15
844,418 844,418 0000000000000000000142bf2f2df725f1e2e57db8ecede302997ad8be1aa894 1.87 MB 3,254 11
844,417 844,417 0000000000000000000106bc985ff657d197fa2c1481120a64c8dc1274c47e65 1.40 MB 2,472 12
844,416 844,416 000000000000000000029a76a416385210ab3493c53ac22805051d1c186af61c 2.04 MB 3,077 11
844,415 844,415 0000000000000000000116d4b1a01386a55e188c5d1e249494a498d6f371dd55 1.85 MB 5,914 10
844,414 844,414 00000000000000000002fb431296cf361d9970587af67daa424d1fe0d9a518fe 1.49 MB 4,820 7
844,413 844,413 00000000000000000000139b41c50fbdfd5162887e2e9b9ff7c9fe26a29f84e8 1.59 MB 2,800 8
844,412 844,412 00000000000000000000699d5a9bafeaabacea4fde3439880c95e65755edf724 1.74 MB 2,815 11
844,411 844,411 00000000000000000002f131b7dfb6bbb8b0da697794cb1faf8646f55192ccf5 1.79 MB 3,155 9
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.99 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.