Memory Pool Memory Pool Refreshing

3,422 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,907 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,709 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (588,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,447 319,447 0000000000000000142f8e2fb300933c7ecfa47f96af29e5b878a9ddcc3ad7c8 0.24 MB 589 32
319,446 319,446 00000000000000000415019ad64991c0ddcb1ff585deb1f41885c081005e7515 0.14 MB 297 29
319,445 319,445 000000000000000012e74509f019cff0ed92ab45a81dcdae2110723461006d11 0.17 MB 304 27
319,444 319,444 000000000000000020c699c3e4c624fa67f99c7e6ea6f378d0a92013f85ed7ba 0.05 MB 95 23
319,443 319,443 0000000000000000045a266ff301f1fd3761ef3e2ffae520a22ce631cb7e7057 0.16 MB 370 31
319,442 319,442 00000000000000000aff9043a2cff2a44eb1d180ca31c89c4f4ef1e993ed127d 0.16 MB 295 27
319,441 319,441 000000000000000012f390d21c15cce1ed0f27f5474b70c3de52f17e94d43b80 0.12 MB 216 28
319,440 319,440 00000000000000000071ac0e46325ac3001c4700acc69f4dcf3b2b0cfbb76427 0.19 MB 333 25
319,439 319,439 000000000000000007c68bae52a41408ba1c13a3ad237d9dc84dc46a02d23a19 0.07 MB 101 20
319,438 319,438 0000000000000000247a36db8d704f984906adc12c151084fe63d029017d2468 0.15 MB 288 28
319,437 319,437 000000000000000005c61700c51409baa711f1b7c42865c3e471079b95e54447 0.36 MB 708 28
319,436 319,436 0000000000000000241b458241c0fdf751e1dc42d87c3aa06a5e1b24d891403a 0.12 MB 214 28
319,435 319,435 000000000000000013920d4ed924d7589e4dd452082faa5ac21c71d0cc4c822b 0.10 MB 191 26
319,434 319,434 0000000000000000058b0c5a7a6ac227a99b0def23fda3108f522650335ec35d 0.10 MB 103 11
319,433 319,433 00000000000000001543b67f518e6fd3f0873dc495066628f3b127dcc53b81d1 0.55 MB 862 24
319,432 319,432 000000000000000007af5ba7d856fa6e0ca34b88bb94fde01c94ba8103c5180a 0.30 MB 1,024 52
319,431 319,431 000000000000000003be625b6217d51a1bd1ee78e20288cf17bcd6095c15e6af 0.03 MB 46 9
319,430 319,430 000000000000000021a5c9284e2deddf1b4a5c43cee87715a8318f8d10ed5601 0.26 MB 555 29
319,429 319,429 0000000000000000206a299c89b168d7f3040ab049a4d578f7354cf9dabd9fc3 0.03 MB 64 36
319,428 319,428 0000000000000000026d85068ebe8d896163d82523a215ebd4e1edb2a7ee0a1f 0.06 MB 96 23
319,427 319,427 0000000000000000019f52012a0f9782058918f5edf83e8b3f6a540503dd91fb 0.34 MB 528 24
Previous 10 blocks ↓
Total Size: 769.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.87 GB sent, 94.78 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.