Memory Pool Memory Pool Refreshing

12,292 transactions
30.94 vMB
Show Random Selection Loading Transactions
Max Size: 76/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
882,033 000000000000000000029a8a0000000000000000000000000000000000000000 ago 1.00 vMB 3,526 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,032 (1,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,454 880,454 0000000000000000000093968edc75ae916588b1d8a70614763397ca8ea90a53 1.66 MB 1,694 2
880,453 880,453 000000000000000000016eda028c10e68f28acd61eef3a30a424f4e8cd7072d3 1.72 MB 3,011 4
880,452 880,452 00000000000000000000eec734734261d2483969b83d44af792c435268815570 1.64 MB 2,201 2
880,451 880,451 0000000000000000000140f6bc10794893a4816265cc939d380d6378714fae3f 1.63 MB 2,484 4
880,450 880,450 000000000000000000011addd597869e34a4f2a62da291fe22dac2a357a7b7b8 1.64 MB 2,486 3
880,449 880,449 000000000000000000002052886a81bbf2c306aa7a30a45ed3f1a27d568d730a 1.53 MB 2,537 2
880,448 880,448 00000000000000000001bae3fa602320d2ab5f3f3db976bbd426fec20e6f3ac6 1.75 MB 2,360 6
880,447 880,447 0000000000000000000013356fd7a2f4304ec9d6414f77823539bb9315163906 1.73 MB 3,204 1
880,446 880,446 00000000000000000001f3822fc29961da57a9d7dd23da2f269accd7dddd45ee 1.67 MB 3,037 2
880,445 880,445 00000000000000000000c5b8fb537ce0c4243b064f8be8cbf91f962fa6ce38c0 1.83 MB 3,061 5
880,444 880,444 00000000000000000000a656e292d3cb375809c5a1e9933b8ce824a4a09d2d60 1.61 MB 2,947 4
880,443 880,443 0000000000000000000087ae89bc94bc68d8a999830b827ac591e3a576bbd5eb 1.48 MB 2,411 6
880,442 880,442 000000000000000000026aafcf1638c3ec078e5d295fecca9c78f2aa8ab98cff 1.71 MB 2,594 8
880,441 880,441 000000000000000000024feab862fe29471a120f882de34b0c4b32f45501168b 1.71 MB 2,401 8
880,440 880,440 0000000000000000000285196cc7328486a00e5be19d9f34712043f7b2cef908 1.37 MB 1,533 2
880,439 880,439 00000000000000000001dafa130e8b85bb08f746a346769c5647fd32e8c3e47c 1.90 MB 2,765 3
880,438 880,438 000000000000000000023d86b318231df5244d6976af37c30e3beb07ceb15b6a 1.79 MB 2,686 6
880,437 880,437 000000000000000000028403aea27c975d01dfcae1990abf31f4ce90d69ea65d 1.59 MB 2,790 4
880,436 880,436 00000000000000000001c4b3c30b0aa0275578d087b31951b42f89cb1061d021 1.68 MB 2,856 6
880,435 880,435 00000000000000000001cb7ca4c6d5057850765b42b56360f67b563db98d21ce 2.03 MB 847 1
880,434 880,434 00000000000000000000faaeeb007e58309556273ca5fad77e978162d0f897cf 1.74 MB 1,364 2
Previous 10 blocks ↓
Total Size: 722.49 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: 2,051.81 GB sent, 75.25 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.