Memory Pool Memory Pool Refreshing

9,962 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (4,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,305 903,305 0000000000000000000193e9daefc09de125262e55f5a6ead2f721522e7948a8 0.56 MB 713 2
903,304 903,304 00000000000000000000d5cdc5503653c8984aea667c8bd7285c660b8a0c0e93 1.44 MB 2,446 2
903,303 903,303 000000000000000000018f975e71df3de281656f47f58efcdeac8d72bfbde675 1.60 MB 3,235 4
903,302 903,302 00000000000000000000fbb823e0706d5d8b522c41f6a1b3383ebeb619378d4d 0.08 MB 211 2
903,301 903,301 000000000000000000016410bc49ac4e68000566f46eaf3f6071ba31d9b0b5f5 0.00 MB 13 2
903,300 903,300 0000000000000000000104e5fea6daf1a1f44034a1a1e1f6a3f0422298d2c6c8 2.42 MB 1,204 1
903,299 903,299 000000000000000000020c18c52e00f860641b1e9951853896504004ffafac10 1.52 MB 3,278 3
903,298 903,298 0000000000000000000265f818abdf4b3e51cb8340c2536c6b8d857483024f08 0.34 MB 445 1
903,297 903,297 00000000000000000000963ae628777456e6cf5ca13a61f50e077a6668f568d1 1.31 MB 1,888 2
903,296 903,296 000000000000000000009c4ba658d8e079e70e7acfdf7d348b27b57eefa8fda3 0.14 MB 378 1
903,295 903,295 00000000000000000001a6b7d702f355baeb30e569aafbf6c02b00f079903b0f 1.69 MB 2,506 1
903,294 903,294 0000000000000000000267e9a742fed7645788f8b11e144d09c3cf5959c1c816 1.56 MB 3,655 4
903,293 903,293 00000000000000000001630c9fd11e96aae84b97536f86c575219f22ec0b554b 0.06 MB 196 1
903,292 903,292 00000000000000000000875432173481d93daeadbeb0d4eb5695f8b8720f0cbe 0.17 MB 421 2
903,291 903,291 00000000000000000001607f24f2ddafbe12c82d381d9e70a63944ccca19fd83 2.99 MB 2,258 0
903,290 903,290 00000000000000000001920377b14c3017b5854f03e3b998ee7036ba0ad201f1 0.22 MB 217 1
903,289 903,289 00000000000000000000ea332b3ef0f8131f940492c7763479b480bd78b02ddc 0.32 MB 748 2
903,288 903,288 0000000000000000000014aa20b84b5616a7e575485c75d03d95144d3d8763e6 0.48 MB 678 2
903,287 903,287 000000000000000000017af84f1e53621a1f05b94d07d608c9353cd78e6a08e3 0.39 MB 872 2
903,286 903,286 00000000000000000001cd152683d41d955a1ae3cf76a80005e6f7d9bb457dad 0.26 MB 302 2
903,285 903,285 0000000000000000000051158ac79b433ca79bc6ac3da63068e5bea424d5634a 0.69 MB 1,101 2
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.