Memory Pool Memory Pool Refreshing

3,335 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (601,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,539 306,539 000000000000000025201dce78c168a94c8ed74f24fff0f80d58438e36377b04 0.75 MB 1,093 26
306,538 306,538 00000000000000004b49ece504b3150c132fa5caeaf943251ebce4c40ab06779 0.75 MB 1,946 45
306,537 306,537 0000000000000000444ef5f5c8db81418f988de71b9f5d4923f64ed4700a5239 0.08 MB 111 21
306,536 306,536 0000000000000000179ed791aa6381eab2fec7ebb596f41b33abbddc18c478a6 0.14 MB 233 27
306,535 306,535 00000000000000000654e9598df225eebd36967a0b5776296314cff2ec02fd54 0.10 MB 156 13
306,534 306,534 0000000000000000004c00c850eacaeb375632bf00ac226b8abcd04309bf6a92 0.07 MB 161 33
306,533 306,533 000000000000000016bed63ca0241252fe0f84c129eca399e8d08b245eacf971 0.29 MB 428 28
306,532 306,532 000000000000000031a6a0b63d49563ee562c9412431ddcafd7ef64006dbe1e7 0.57 MB 883 28
306,531 306,531 0000000000000000010965ad4d695c3845787bb962243d2ecf1e82724af91d1a 0.10 MB 183 30
306,530 306,530 00000000000000001d2134e5e3d3d0bf3ebbd1a843b7d21cc99b2dc9b8921d02 0.07 MB 176 26
306,529 306,529 000000000000000009a047627cae943c0eaaba2f0a1ad613d27b23b0a589355c 0.33 MB 679 33
306,528 306,528 000000000000000003a939147e3dc023ff50e0c380f4c0063b6b7ec095dc3787 0.26 MB 306 20
306,527 306,527 000000000000000001296b77ddab2bf408618cfb54b94a69e68585e06b97fe3b 0.07 MB 144 29
306,526 306,526 00000000000000003175653a4c4c3cd1a7494e94d26af67e6cd09e5a40be12a6 0.17 MB 240 25
306,525 306,525 00000000000000004e8c2a5d364a1817c08a52ffc8d77730f422cc26c745677b 0.27 MB 455 34
306,524 306,524 00000000000000001dab0c834b8e973e98f9439cf2013949451b678c5abf6837 0.67 MB 1,088 28
306,523 306,523 00000000000000001b6f065b60dbd8fa76ddf1a6d798a0ddcfa37ddcdcc2a4d6 0.35 MB 724 36
306,522 306,522 00000000000000000086f597e561918b0b0aa3fec2261e49549f4fd8c5ef842f 0.32 MB 381 20
306,521 306,521 00000000000000000a6f15a888ad1b167f4aea6115f3c4cc952c96fa54e373cb 0.65 MB 1,199 31
306,520 306,520 000000000000000006e17421e9ff1899b2ccf0787c05e2a035b349675a0cf486 0.35 MB 712 32
306,519 306,519 00000000000000001061c046325428211c622404b9c51f680e88be4f05a29a2d 0.35 MB 674 30
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.