Memory Pool Memory Pool Refreshing

2,581 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,489 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (782,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,416 125,416 0000000000000c620131b7119b7e34a66679e6ef0855e521cc161173ab7f31de 0.00 MB 7 268
125,415 125,415 00000000000044988ada9e70ad265be763dd20e24bdaf68aa1493f87f894929a 0.01 MB 29 912
125,414 125,414 00000000000035a38790dffd95c3a4b86f11f20cc799ef7c4718b3f5d7d3c0e6 0.02 MB 70 2,273
125,413 125,413 0000000000003da64ce0b60667d21e1c3c5f31a9985ecdb950bd4c9ff1a94513 0.01 MB 22 823
125,412 125,412 00000000000035dc1e15315c65ed5727d7ed922c04ac06a196003c604e0c49dd 0.01 MB 7 88
125,411 125,411 0000000000003cd3aee22125e1c8cbba576e6f8422070ef26f7bd42720426c3c 0.01 MB 10 416
125,410 125,410 0000000000002c341ff6c0adf0a6d0ca11f1c0888a7e43638148f1076ed51e2b 0.00 MB 13 0
125,409 125,409 0000000000000831f472e8514667d310ef17551a626e16c1ee93166cfebd137b 0.00 MB 11 482
125,408 125,408 0000000000003cc913fb9fd8f3970f00fb50ed22f4f533b07c5dbed9c2b0655d 0.00 MB 13 318
125,407 125,407 000000000000139abda7fbcfcd79a2df28c5d489e1a23ad52753e9cd321910ea 0.01 MB 28 482
125,406 125,406 00000000000043126c362a7859330f2aa8dd3ed33cd6476c68fda64587aa584f 0.02 MB 17 374
125,405 125,405 0000000000002f54ddba24a8cfce89db06e665f0a242e0ec5bbef1ffd2dbdc60 0.00 MB 11 0
125,404 125,404 00000000000025831591be63f9ac33adf56d297c26106722712618004e725fbd 0.00 MB 11 1,250
125,403 125,403 00000000000011ab2234167ff100e3322bc11d696945b863e4b06457d0746f36 0.01 MB 15 237
125,402 125,402 00000000000028bd97f37def2f0f5109ce96244664ae91208878d15ca726b4bd 0.01 MB 19 1,114
125,401 125,401 0000000000000cbf2b6bd7b12960172fa78eb8c7a40df7f6217534bdeb682fca 0.01 MB 31 0
125,400 125,400 0000000000002522f3897c6becde23f2d1f246274edfbcdec1aa99ffbeab3ed4 0.02 MB 55 585
125,399 125,399 000000000000368011695d7c1b3fb028ac1c7a91fac31b55b43a02056642191a 0.01 MB 28 3,615
125,398 125,398 00000000000001db173941ffbb4b21d0439493e41f7ba73635f615a249308585 0.01 MB 17 341
125,397 125,397 00000000000011bd783196b9602d5123da78c1503ca7a4261f13c765d803c5e6 0.02 MB 26 584
125,396 125,396 0000000000000c348d2ebcdf6565a929fd2bac29703ae51573c064ca13212587 0.01 MB 14 280
Previous 10 blocks ↓
Total Size: 769.05 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,627.55 GB sent, 93.13 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.