Memory Pool Memory Pool Refreshing

7,427 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,688 (603,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,497 304,497 000000000000000048ff0591edfde0f8e759845849fe5c484f60f254b9eab50e 0.43 MB 507 20
304,496 304,496 00000000000000005d1e1c692a95e6cb326c6a683a438fe65cc97efec645fdb4 0.35 MB 784 30
304,495 304,495 00000000000000005bf389061eac7695a8e875592c1d45b6e82b8ffa16b95244 0.35 MB 712 31
304,494 304,494 0000000000000000385be80878047beee85c0885eb8cc6ddf5c89096862f2a38 0.49 MB 670 24
304,493 304,493 000000000000000031a271d07736f680e71be192b2bb0b526f49d305a1dd4b39 0.50 MB 682 24
304,492 304,492 000000000000000025a3cc5ea209dafc806fa04810062b5106b76ce871b4da4c 0.35 MB 1,011 46
304,491 304,491 00000000000000005326091d5ca6d8bcbfc52747ece8961aca5893691fbfcd14 0.06 MB 37 2
304,490 304,490 000000000000000002bca6309fe52bd6b2c3033a66c43d6ae9fe7a2c2588bf68 0.18 MB 298 33
304,489 304,489 000000000000000039926fa3e5d832da2dd46d878ae6c7014bed75eab00e4dd0 0.35 MB 650 30
304,488 304,488 00000000000000000f3ce269e4b3bad048a677b7ee40838259686eb198548389 0.06 MB 91 27
304,487 304,487 00000000000000000a31f7a50afa7b255f9f6bc53045f9ec860dfa2e90e10a24 0.35 MB 759 34
304,486 304,486 0000000000000000541c86b4a40250e3ef70cf37fa10ed19f931bb59232298f7 0.20 MB 272 25
304,485 304,485 00000000000000003a3f779c483e386faa7432a5a78dc78dbc72a68710a34e4f 0.13 MB 247 32
304,484 304,484 000000000000000059786898a72f1f68d4278d9fbbd2d5fc5295fb19b2101d24 0.23 MB 470 31
304,483 304,483 0000000000000000019e5e109e1d2ef75af9c5c7a360478e9cebaf88d911f9dd 0.29 MB 547 31
304,482 304,482 0000000000000000223d760ea7fb960fac22a354681d105e6e11e8f3ae12a259 0.40 MB 675 25
304,481 304,481 00000000000000003a68ee16d702ca5dd5547fb4aead910a004747cb06241dd6 0.30 MB 390 23
304,480 304,480 00000000000000005c2b23931caef019661cd0744da5a75920e65b0582dc029c 0.16 MB 293 26
304,479 304,479 0000000000000000353cb057e8d9e7f97c422ddfb8aa05cbebc16dd13aca0dc5 0.33 MB 154 14
304,478 304,478 00000000000000004c2aeef14c79af8b7a5c4c05f96e2c3bfabb4e4dd99b0264 0.75 MB 919 21
304,477 304,477 00000000000000001d38f1d94ddf1f4c2a9f2c7b315416ae432e70a52187d3c4 0.35 MB 956 43
Previous 10 blocks ↓
Total Size: 768.96 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,615.42 GB sent, 92.63 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.