Memory Pool Memory Pool Refreshing

4,149 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (676,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,512 231,512 00000000000000fc5b8e897cf8fea24cce8a69ae599b7da36c03a3d40ba4ac54 0.02 MB 32 128
231,511 231,511 00000000000001ccfc08e49d1a68c77b9eeba7ed3a3e3f00dbaf8187c64e2f02 0.02 MB 30 119
231,510 231,510 00000000000001b5ee297b070e9c27af4f796f6abd200c5dba149a5a032ae2c5 0.15 MB 298 145
231,509 231,509 000000000000011684409743c706c0e5e40ebe0d73a5e9c54d17de532018c44a 0.12 MB 279 194
231,508 231,508 0000000000000091b624a8346ef9c52f59dcf46c2e2fab1faf9a96853cab694a 0.10 MB 151 55
231,507 231,507 00000000000001841d24bd46d8dd12037dbcd10ff4737e40d9e3df093d6c07dc 0.30 MB 772 162
231,506 231,506 00000000000001acb65188c2b2c730053bed2118a97fa841d62982ab46e1b194 0.06 MB 126 82
231,505 231,505 000000000000005a19f7903a56c399211ee4b049504e3fd3120be0fa20f51918 0.41 MB 756 141
231,504 231,504 0000000000000166f5165037c10dc6dc6906a1c9b2e90aa5a751d028deb5ef88 0.29 MB 515 133
231,503 231,503 00000000000001c2956cb568b7e7f43b7e3bfd5f2e2dd8ee807b86b61b04ef4e 0.25 MB 624 196
231,502 231,502 0000000000000161202285e20ce082a898820c30f2897bfdffbda2b3e4e728c2 0.07 MB 149 90
231,501 231,501 00000000000001732f0b4cd93576ff26c3bb9b8bd0f189b5378d186c190131ad 0.09 MB 216 30
231,500 231,500 00000000000000c740c60db1db2a3a1543c1b3d359040fcf78c693bfca9c29a0 0.20 MB 420 183
231,499 231,499 0000000000000152c1cbde243f0d4b278714cc6c033d6e3961b061a8c0ec6854 0.20 MB 511 206
231,498 231,498 0000000000000171890d2d8c5d332ccafe77dc6bad9ec76331775755d7dd8e65 0.25 MB 416 115
231,497 231,497 000000000000015b5a176ddd1a27f4b018a54b6a75853f4f28a28c8888e13c5e 0.16 MB 333 177
231,496 231,496 000000000000003f602e644605e168805fbe29f525eee3a1c761ed0364c83810 0.28 MB 591 165
231,495 231,495 00000000000002299e31fc9668659d86e4aaee3eb029ae27c1269cdb4e399636 0.41 MB 928 173
231,494 231,494 00000000000000895cc745e613907a1d93d87a1fae07b23af1b2d2bce719bbf6 0.26 MB 661 201
231,493 231,493 0000000000000015796f3f151aec8443be635741d2f6302033fdd86e1558227b 0.13 MB 313 114
231,492 231,492 000000000000014321c09370c75fec3871af2e97808984d3ed17cf298b5ce65b 0.06 MB 146 139
Previous 10 blocks ↓
Total Size: 769.00 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.67 GB sent, 92.81 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.