Memory Pool Memory Pool Refreshing

5,557 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,670 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (438,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
469,413 469,413 0000000000000000017ac281c183453078c10dfc4838b1becb59ae474e49309c 1.00 MB 2,003 324
469,412 469,412 000000000000000001514f319285707ed6a47e28f12e1be0ebbcb902c0965153 1.00 MB 2,555 278
469,411 469,411 00000000000000000035abbe67715a8d317a6afe0da9de2a39a40bb941da681a 1.00 MB 1,938 301
469,410 469,410 000000000000000000f3342cb3b7f8c418a099e503c74efc7d237c61b91ae0fc 1.00 MB 2,195 351
469,409 469,409 000000000000000001361ef9946109418a598f4e534e338aa515f38fddb4b66a 0.99 MB 1,054 360
469,408 469,408 00000000000000000069071006b0bf386b554e146a44a92d9445a520a07505d6 1.00 MB 2,441 429
469,407 469,407 0000000000000000017339b3b07db2189f4570f809083d870a6dbcd37c91777e 1.00 MB 1,859 297
469,406 469,406 0000000000000000000afd9cfc7f55eb93dbee8c411aff957461a50caa8d4866 1.00 MB 1,760 278
469,405 469,405 000000000000000000dd47ae544c413a2c92d6a3afcdd4173a49f2e12c09b8d4 1.00 MB 1,664 365
469,404 469,404 000000000000000001ca42c442cb5307780268467b59e82553b4109293be72b6 1.00 MB 2,403 400
469,403 469,403 000000000000000000ab15f2368f039ea07eea4b3a6c1409a97bb63eb387323e 0.00 MB 1 0
469,402 469,402 0000000000000000007030440ebb110b415127076b8e7a0705d88786ea0193c0 1.00 MB 1,922 305
469,401 469,401 000000000000000000daa183e88f6b660df1567e4d060807ed2eb52ff6bb9377 1.00 MB 1,912 372
469,400 469,400 0000000000000000007fec49a5f0ab021a46e6d550eea6fa6e12613207e11fa5 0.99 MB 2,600 407
469,399 469,399 00000000000000000116ede6af5b3f1d2adb1d35be5e4908b4c1fb1c17ae7f94 1.00 MB 2,413 440
469,398 469,398 000000000000000000bf6e77b2a035c43710c14997f31ea7a41911effa4ea120 1.00 MB 1,915 372
469,397 469,397 00000000000000000119e8ee1c65a12608ce7970e334eebb4515136cbade728e 1.00 MB 1,426 258
469,396 469,396 00000000000000000102b5aedb60cdde6d5d323b2c06529eae5b7e5b065ed1dc 1.00 MB 1,179 220
469,395 469,395 000000000000000001308b4b6f72263c1ff7832b0da10b9dfe32bec37ea47852 1.00 MB 2,098 275
469,394 469,394 00000000000000000157b099dfa8bf6ce2cf511d13c5158eba70f4137c2db997 1.00 MB 1,991 202
469,393 469,393 0000000000000000006562245d456eaddb3be380298e4509364068f50250ff04 0.99 MB 2,144 268
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.