Memory Pool Memory Pool Refreshing

7,274 transactions
4.04 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,576 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (465,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
442,286 442,286 00000000000000000233bb4124b91a77192cd4c7e905a65828bb0f6531535e55 0.22 MB 384 69
442,285 442,285 00000000000000000288271d490cab90bee92e514065453e5e1ce3bec5579d47 0.31 MB 579 70
442,284 442,284 000000000000000003081654bf0e759befd0a5fa4d564cdfebcab9032ccf5ab7 1.00 MB 1,875 62
442,283 442,283 000000000000000000e5ce8eb6fded93132a74f18c6ede365ab3a5921a6af361 1.00 MB 2,003 89
442,282 442,282 00000000000000000359bb8894fee0317aa17bd682aedea1af0ee7a6ef023211 1.00 MB 1,311 37
442,281 442,281 00000000000000000053c58053093d37d0cae3ce15614e380a33d59d0684034f 0.08 MB 201 119
442,280 442,280 000000000000000000b2d8cae7dffa5358ec82fd5a84553c77807f0ba64579ba 1.00 MB 400 13
442,279 442,279 00000000000000000154557639c575d01fbb9de4343a3d087df11e56b6a05590 0.79 MB 1,173 55
442,278 442,278 0000000000000000003000029968a5f08fd209523a8b8bd36a6f60b76200cd8c 0.19 MB 492 79
442,277 442,277 000000000000000001a875acfaf9532383e0074720fe1d79cdb80c1e848cf900 1.00 MB 1,283 31
442,276 442,276 0000000000000000014298d721cd9ad7b7a4c363c5672057aab3d2b33aa6987d 0.01 MB 47 83
442,275 442,275 000000000000000001193a981df3b359cc51b3d6e1bcc998a26760d7b3b296f0 1.00 MB 1,237 38
442,274 442,274 000000000000000002429406444ec36d7aa2cfe78cbea8624bb839341aec31a7 1.00 MB 791 24
442,273 442,273 0000000000000000020300f155665520a1256ae6bda5e4908e25d35f40bfc0b6 1.00 MB 1,179 53
442,272 442,272 00000000000000000019529727ef721cff29717d806e4f950dc87d5c96a48d3e 1.00 MB 1,958 65
442,271 442,271 000000000000000000e16126b3a9425efa3397b05880bc180ed06f3ad0f9bb3b 1.00 MB 2,566 96
442,270 442,270 000000000000000003b612c5736a9204d16e13079dce983b382c1483a8d6482c 1.00 MB 1,626 67
442,269 442,269 00000000000000000151e13d3c9466612be5b21603e3041cf21b27c2a16b4582 0.00 MB 5 916
442,268 442,268 000000000000000002620794d61609f73a33bee97ceb16b277b54b998ff65492 1.00 MB 611 16
442,267 442,267 000000000000000002b1b46e2cdd1e1ca5998eaaefd6c7e1e661c60e5ff70332 0.99 MB 912 26
442,266 442,266 000000000000000003726a7574aaed0e454894fb8379c80f7c6aaa6cee671a89 1.00 MB 1,029 40
Previous 10 blocks ↓
Total Size: 769.03 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,625.99 GB sent, 93.05 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.