Memory Pool Memory Pool Refreshing

242 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,787 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 224 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,786 (652,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,549 255,549 0000000000000018029bb8bfda64a424e988cd6126f8bf7bce978b2f1e6d5c2b 0.20 MB 447 104
255,548 255,548 0000000000000032c2ef84206e6c3de59cc19d6355caf14233f1b5f35810e538 0.10 MB 254 110
255,547 255,547 000000000000003128bec6afb1c88093232f05fb6efc8247a9483d716299e93c 0.09 MB 214 107
255,546 255,546 0000000000000024dbf4f4b3fab22cbc46f7f06e1a7d08e84b219312dca8823d 0.02 MB 43 82
255,545 255,545 000000000000002ce10a5e7f7290ef09fc71f2a453224149b9a86398f48b5fc4 0.12 MB 260 91
255,544 255,544 000000000000003ed2368c5886694063b0777c67d0c1ea6141683d6c3abb9f1f 0.25 MB 688 127
255,543 255,543 00000000000000351d9db36b6b89dd3696b091221de354f685360029b339b91c 0.10 MB 193 82
255,542 255,542 0000000000000033173d7de6a238768f46ba47e986ac8d9eaa24ef80db9f544a 0.21 MB 500 104
255,541 255,541 000000000000003547d0c11392dcea073720edc4b90b9b5686b5e2c9b0673ad6 0.07 MB 172 93
255,540 255,540 000000000000001d1815a1691677ef8f84ded74db408ccef76238ee1a4667314 0.03 MB 77 90
255,539 255,539 000000000000001b1529631d97e1b4cb0ed611829a412255e682aa7606bdb1e5 0.01 MB 22 55
255,538 255,538 00000000000000317ae1346a2b8c7d095f86a12d9de1c76dab50952e2b35c42a 0.09 MB 200 112
255,537 255,537 0000000000000012e6e8c2a178a9b6e59f040b020793a30c57f89253ff93a973 0.07 MB 176 134
255,536 255,536 000000000000002261c0a307292334dee7b3fddaede9a615caee96bc30e42b53 0.08 MB 156 132
255,535 255,535 000000000000003ff526e6e46034994086fd7de3eda0443e19d810b18294422a 0.06 MB 144 119
255,534 255,534 00000000000000327997147e86a3e694ee39691e45fe74abd8b47fbf587d9f4d 0.14 MB 336 137
255,533 255,533 000000000000004060e6ab0d251acdbce82117d64da52f65d202570e74ea03dd 0.15 MB 384 136
255,532 255,532 000000000000003ebb316d87862dd475210325cc1a8a384f5e3805825ee20707 0.13 MB 315 116
255,531 255,531 000000000000000a9f5d2a140b0d7c98255a37a3ad5fef18494cd2042a526fac 0.09 MB 197 109
255,530 255,530 000000000000002a38270e113dbef82ab27ad16d578e64dfa765721430a8b2ad 0.02 MB 50 121
255,529 255,529 000000000000000c2ac485b9ff1e6ecb617cfe4e344869fd22557ccf165a42bc 0.05 MB 105 59
Previous 10 blocks ↓
Total Size: 769.14 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,631.86 GB sent, 93.58 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.