Memory Pool Memory Pool Refreshing

9,004 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/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 ago 1.00 vMB 3,846 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (754,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,503 153,503 000000000000008c474600480e2a6a87737f250af327be6c53c003558384e4a3 0.01 MB 39 446
153,502 153,502 0000000000000279deeae679e53c67cd2a5e49a639b36e63f3b57276afec65e0 0.00 MB 10 56
153,501 153,501 00000000000003d2c47bd83eac4149cf5d5c6ee0f2e6b3623b82051714292671 0.03 MB 89 32
153,500 153,500 0000000000000acb845049f313d9bc7d020491c49e0663cba1ffa234f596de2c 0.04 MB 68 187
153,499 153,499 0000000000000aadeeca3e1842f597efd1a56594e8aee3faff0dc37a1a06048b 0.01 MB 17 0
153,498 153,498 0000000000000e019735c163bad07a15a4940ad7b94297e82ac94ef037d739da 0.01 MB 32 58
153,497 153,497 0000000000000d25eed75d580cd5b40caadb73fbb1fb712e83607a838f4614ad 0.03 MB 93 8
153,496 153,496 00000000000004222c9867d18caa67b06ba9b8f13e37ab5ec3b4bcff646c354d 0.01 MB 22 135
153,495 153,495 00000000000002f19b5103f27b9f681a715d434bf2e361077087efc482618a47 0.02 MB 41 129
153,494 153,494 00000000000005b8240d56c5df4f4eda86f62543e070938e0ef82bef03347dfe 0.01 MB 11 51
153,493 153,493 000000000000006191d044ea35851fbfb576ae86361278de145330dae238e880 0.02 MB 49 127
153,492 153,492 00000000000009c995e4aebe16805c46c6d9d0a7546ba5d6e61f98f001de545e 0.03 MB 74 88
153,491 153,491 0000000000000276bfd3069484f2584a17ae26cd59231cd8c0eca50541993cb1 0.03 MB 33 174
153,490 153,490 0000000000000b76e736cf712dc197754d7327b05bfc236a58d31832895770c1 0.00 MB 7 67
153,489 153,489 0000000000000b7b44139c60c891773b9ee2e3196b7ede9243c466a9da6d1b55 0.00 MB 4 87
153,488 153,488 000000000000068e3c8fb8e75ddb3144e71835ff99face0b8cc69286947cba4c 0.01 MB 19 329
153,487 153,487 0000000000000b29b455432cd747307583f76b74a3d355247c59b5eacf9c4f6b 0.05 MB 117 126
153,486 153,486 000000000000029cf1c354f1f3e1e0453996327a4562869d9b84e9b74ec669ff 0.02 MB 53 112
153,485 153,485 0000000000000c97561e3f88c617c1fd5246e83a9f30253eb2cdcb8ca405b2af 0.02 MB 30 16
153,484 153,484 000000000000000754385342b8ae72d564945afb3e3af9b73ed9052448d76b9c 0.00 MB 11 35
153,483 153,483 00000000000009978f9e33829c0891eb94e49f0f6f473bcc7ef2f4809dccbfdb 0.02 MB 28 0
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,616.38 GB sent, 92.72 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.