Memory Pool Memory Pool Refreshing

2,970 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (4,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,255 903,255 000000000000000000012f39f35dc741c94d56cac7f70b4ac4b29ffaaf0540e7 1.52 MB 3,510 4
903,254 903,254 000000000000000000002454cbbfc63534454f980b67b140bc7e59e137a57f7d 0.36 MB 497 3
903,253 903,253 00000000000000000000bd6023b5303c78f74a9624ab79df3b31b9ac2d11f494 0.50 MB 1,305 2
903,252 903,252 00000000000000000000cd18dda2e33df024dd2cb97b1d4163dc347f6251da0b 0.81 MB 1,097 1
903,251 903,251 000000000000000000003597ab2e02d10ecfc65135d7e67d2d2b2359f3c7db22 0.81 MB 1,121 2
903,250 903,250 0000000000000000000079ab04d4e6e9e92036db0f8654a8ac43c4f46c6517e9 1.14 MB 3,063 0
903,249 903,249 000000000000000000004c41275d0611a96943cf0dac6b5a2b4bf094f8448e8d 0.18 MB 366 2
903,248 903,248 00000000000000000001fbefef2adf3441ccb08ab617abd6d869c9190bc7fbd3 0.08 MB 219 2
903,247 903,247 0000000000000000000197ab76527297296e3c249bfcff35b7425e9a9bd0a6f2 0.33 MB 528 2
903,246 903,246 00000000000000000000ecff626b59f444646e3731739a3f7e6f4405563b979e 0.04 MB 97 2
903,245 903,245 000000000000000000000080e1a1d31ae37aa7344ecd50048e9822fe785fc6c7 0.75 MB 1,039 2
903,244 903,244 000000000000000000001d48a4e4a0321a814979fc3202875a2136c6b3cc9688 1.64 MB 3,301 2
903,243 903,243 00000000000000000001fd356dd48114132c41f7797eb8d16e2b1ad5cfb1aab4 0.49 MB 884 1
903,242 903,242 00000000000000000001fdd1cf713a87b7934b14b0982d19e4bcc591fa57d530 1.67 MB 2,976 3
903,241 903,241 00000000000000000001d054cf4ae237f76b86c3d60fea4f916dfaef45ac963d 0.88 MB 1,113 1
903,240 903,240 0000000000000000000240bd87e8165936d9759bf1444c069d09b81594e0a8e5 1.42 MB 1,613 1
903,239 903,239 000000000000000000015d61cef665441494338b71fd4ddf07995fa34986f3d4 1.87 MB 1,800 1
903,238 903,238 0000000000000000000139fa61583a5e031c993a328fd97f7ceeb1267ee0d95f 1.75 MB 1,373 1
903,237 903,237 00000000000000000001fdeff1059efdef07871ee40b5b84c3936fb535f8f5dd 1.49 MB 3,568 3
903,236 903,236 000000000000000000025b25ca5e097fae77cfaff7ab2b7a3578223461c5de66 1.56 MB 3,669 4
903,235 903,235 0000000000000000000029794e089bd688b56a582f88cb2513c48b1e8bb60b7c 0.16 MB 446 2
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.