Memory Pool Memory Pool Refreshing

5,609 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (732,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,503 175,503 0000000000000915b17c06ab3acf180160958c260b4c1632f8ee97be2f39fb09 0.00 MB 9 45
175,502 175,502 00000000000002ece5a2b4bd83037edfb646099a0753f3806e0105c01d681b1c 0.01 MB 24 47
175,501 175,501 00000000000009d4cfbb7453819e6f84cd49672c4c8ae81a09f4b47c38100707 0.01 MB 19 187
175,500 175,500 00000000000009b1d4aff8894373fb3bc600b85b7705e368bbc01ee4e5da468a 0.02 MB 49 45
175,499 175,499 00000000000003f7ff8d71378e4274486d1a6b729cf645fd6f3094a0d75dc15f 0.01 MB 21 65
175,498 175,498 000000000000042c89be52c6959fb24c79531212be8eb3f59ba766a6032bd682 0.02 MB 70 10
175,497 175,497 00000000000009d1363895798c6c9a2a3ff1c57ede3092521739ec9dd15d262e 0.02 MB 66 138
175,496 175,496 00000000000006db75745043cb1f93bff3cf7e0b2499c080d4f46cbe30023b7e 0.01 MB 12 92
175,495 175,495 000000000000048f4c21ccbf0d3f4de8d7378c46567b5c477136b3ed47cb0e8c 0.03 MB 40 65
175,494 175,494 0000000000000321ce1aafb478bb859417bbd777f8e82af599c7895bbd8ec716 0.01 MB 33 168
175,493 175,493 000000000000001ae80829e3771a4a13c19eda4fb928501239469b5bae196a9b 0.04 MB 102 50
175,492 175,492 00000000000001ac3fc99c51749674b9c2cb0da402d051935e8d6180246c2a25 0.01 MB 37 154
175,491 175,491 0000000000000037c7970f0db16ef68fed4d88a6ddf02d47b5b848e88b3a646a 0.03 MB 75 204
175,490 175,490 0000000000000073e1a182f5d16dc29dafe5224de77e665d274e39aeb48e4f8f 0.04 MB 100 145
175,489 175,489 00000000000000905a5291923a3669a13eaa4b2e55a751c75a0f3530a465da67 0.05 MB 139 36
175,488 175,488 00000000000002952f93daa17b3d713278839e501f95b95160615aecd6d16ff4 0.01 MB 20 331
175,487 175,487 00000000000008e4eebdc25c8e2b48add39ca69f0a1c6b520095edb4e465a41d 0.02 MB 67 5
175,486 175,486 00000000000006828a78a332815a623a305dbbeec50b65df6aa1c80e961c4c7e 0.02 MB 43 104
175,485 175,485 000000000000061d0b6b6126620accba16a2f648285342cd8c7df2d6f847bcbe 0.03 MB 83 156
175,484 175,484 00000000000008efbb126d4a7d02ad0df810c080864c4843c8e3f336aba97578 0.00 MB 1 0
175,483 175,483 000000000000017476b04d2912a3503d43fd1b0771338454f3bb7c4fc5d1db61 0.01 MB 12 48
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.