Memory Pool Memory Pool Refreshing

10,276 transactions
3.13 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (785,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,495 122,495 00000000000055e1f385257c79c495e31415f8427aa998e0f0ccec009b97d53a 0.00 MB 11 306
122,494 122,494 000000000000414f03dc64923350d81a4af77b5348c3850d33446982fd5769cd 0.00 MB 11 562
122,493 122,493 0000000000002fe00a6fd81c7ec0e768b9c4e854d1933800fd8965f40de949be 0.01 MB 31 514
122,492 122,492 00000000000037a67fefa63936a93f065be4360222f2c7bdc471b1076ed6a87d 0.00 MB 12 1,241
122,491 122,491 00000000000071bb782602b3a87d7869b6d7c8436a40a5e567419c167aef2043 0.00 MB 10 853
122,490 122,490 00000000000073f0decaae353e64e7488ae8ea4b3ba769d4850a66636e9ba745 0.01 MB 34 720
122,489 122,489 000000000000464efb5ab8193b8a747178e04056a0e0001c607c1213a8ada1e7 0.00 MB 10 715
122,488 122,488 000000000000767ce7b19c99f0101875e1bd829325586d0d0c3ddebd3d2516cd 0.01 MB 24 617
122,487 122,487 0000000000000c4c7368b271c463b89cad1f6f9cce5c1a2d8c2835f9385f5b30 0.00 MB 9 0
122,486 122,486 000000000000234e7fe526d8e413ace79c25c61ffe91503ba3853ed3de19690a 0.01 MB 18 316
122,485 122,485 000000000000961b42749b0e59abdbf60b19058a725bdf9dbf12cc017e0bc08f 0.01 MB 26 1,401
122,484 122,484 00000000000064a19e6fba14243aaf553f112a59891e63a5ee96a0a582992326 0.01 MB 21 449
122,483 122,483 000000000000637ed1dd740408bb3e8d43c48e61256ee1554eb9b92771b88174 0.00 MB 1 0
122,482 122,482 0000000000004a4f1b24f22747d64bf44a492d76cec14193263e302ae012e124 0.01 MB 17 886
122,481 122,481 0000000000007f0e592822058429bc239a5e0fe90db2e433368f9de4bf498dfa 0.01 MB 20 384
122,480 122,480 0000000000004d5ad4beedf2c27181d02701653ba044f8c99391824f012bad28 0.00 MB 8 1,870
122,479 122,479 0000000000004575a5e40d4aa284079800a8487560057ba96a1c93744aa16150 0.01 MB 17 542
122,478 122,478 0000000000000efc95b4b36ac8edc87845f71391de2341c6144a0edfe0c9d5f7 0.00 MB 16 1,899
122,477 122,477 000000000000639df69ea998ff905d5419ba9cf75f118619a4ed1942b9c7078f 0.00 MB 9 754
122,476 122,476 00000000000081ab006dcb874b2fe02adf41e848f231ee6ae2a08c8b07e96808 0.00 MB 9 0
122,475 122,475 00000000000008672f1f4d80ba30bf0192b30990ab111b4ad52918a17734e426 0.01 MB 25 666
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.44 GB sent, 92.91 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.