Memory Pool Memory Pool Refreshing

4,434 transactions
1.34 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
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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,698 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (38,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,267 869,267 0000000000000000000214da2935f84d6aa02682c6cd41ee2398149ad71a19d5 1.60 MB 3,531 10
869,266 869,266 00000000000000000001e4add93ab2a51d8d405d60177fd30f791027deefaffd 1.87 MB 1,405 2
869,265 869,265 00000000000000000002b730c64e4dae2c710a0c6c94332394e3b911cca57586 1.68 MB 3,234 4
869,264 869,264 000000000000000000022a873a6f5aaf54c648c438f791813fb5bf4ce1103062 1.58 MB 3,592 6
869,263 869,263 000000000000000000002d610018d33acf071944939ece63bfbe93b4121dbe1d 1.86 MB 2,883 2
869,262 869,262 00000000000000000001d5861f8876b5d559a6c89e805e354b43cecf010b3409 1.66 MB 3,599 14
869,261 869,261 00000000000000000000ffb573cfdde3fff3f7e5dfcc3008fd5cfb2e257d28ca 1.83 MB 2,540 3
869,260 869,260 000000000000000000017e32302c3c94671895f41eb2ee5d844ab650bc6425d1 1.74 MB 3,210 4
869,259 869,259 000000000000000000006b727da1df3db0c9251e267e4486e4b7edc9a31be789 1.65 MB 3,642 11
869,258 869,258 00000000000000000001fad0395e5b838bd4c066dd238258e12edc3492e2369a 2.07 MB 5,515 1
869,257 869,257 0000000000000000000283df3419a4c9e76ef8edb6b490bc88a449c3c3b04c33 1.75 MB 3,104 4
869,256 869,256 00000000000000000001394342c6f0f85f184f05a8ae3d90fb665e5a91fd319e 1.58 MB 5,334 2
869,255 869,255 00000000000000000001c7b7e8c6e3904bc050b079e4937451c53956a9fea30a 1.65 MB 3,095 3
869,254 869,254 000000000000000000005e503da528a11a35d5d816acd87e38e7423f342198d3 1.83 MB 731 2
869,253 869,253 00000000000000000000ae6bef3024613c210e5d79804296b5bad6a201958fde 1.59 MB 3,598 3
869,252 869,252 00000000000000000001947a7feeebe6842782ac54e4ba350a5495d200285b6f 1.68 MB 3,079 8
869,251 869,251 00000000000000000001b4c4310885e1405f03576d3fa9bc9b0afa2a709317e5 1.60 MB 4,787 2
869,250 869,250 000000000000000000014889bf17ce254ab5762cf2820f9cafec39f9f8fd22fb 2.08 MB 2,255 1
869,249 869,249 0000000000000000000179ed6135a5b0af519fc58288358b39493f881cc0cfcc 1.50 MB 3,264 5
869,248 869,248 00000000000000000000d16995c99b7dca74961a9f307766af8c5d417038f06c 1.89 MB 2,584 3
869,247 869,247 000000000000000000005cbc871fa99a93821722b0cf4db77bca8b91fed4eca9 2.48 MB 1,563 2
Previous 10 blocks ↓
Total Size: 768.98 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.73 GB sent, 92.69 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.