Memory Pool Memory Pool Refreshing

2,523 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,207 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (778,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,379 129,379 0000000000000beae9e68706f581b51c45a56930ef57e537f6b55c91fd3690eb 0.01 MB 17 888
129,378 129,378 0000000000000ad862e5e9eeee8d6b9b103b1067f66b88a526cbfe562a28774a 0.02 MB 33 922
129,377 129,377 00000000000006e165a1bf0bcf96457e890a7f1b3c06c32103f216a27c53e3a9 0.03 MB 37 816
129,376 129,376 0000000000001c10acdc7d642937f24da8aa39aa2533250828e0cbc8fcb9a02f 0.03 MB 105 1
129,375 129,375 00000000000017e21334a3519e40eb262a921c07044e3fa9e07347fdf5f7d735 0.01 MB 16 610
129,374 129,374 00000000000008d3db578022c15d63629249c51cd380fed6e666b8111d8a3890 0.03 MB 88 2,151
129,373 129,373 0000000000001272734775a7db8e032f5ca960c16f3be79d3eaba3f81d0612a6 0.04 MB 67 1,253
129,372 129,372 0000000000001d802ee6518d64d92cab7e9308bef51d2edca6c763945db6573e 0.03 MB 89 831
129,371 129,371 000000000000145e0f17176d5347e48dea59b987fe5a885420e1120fbd342ea5 0.00 MB 2 3,875
129,370 129,370 000000000000192d656464ed1d6a3d22a15116096a02b578ae194d5eaab829f3 0.05 MB 102 455
129,369 129,369 000000000000150f76122bcc8cd9ff57d797d08f6f58760c5eaca0895d882729 0.01 MB 17 381
129,368 129,368 0000000000000c6913225b3e34434db697d6b3b9f6ec49e6a568d9c49cdbc84b 0.00 MB 8 1,704
129,367 129,367 000000000000178dc4b34be01de14a164ffd6345732a5326db322a0a9ce20acb 0.01 MB 36 1,541
129,366 129,366 0000000000000d9fa6a0bcbb23382d805251707a8cb7e377ff169b53a29e9085 0.00 MB 10 970
129,365 129,365 0000000000001d27091f736054763330261201447e88489874b82812b51ee3ed 0.04 MB 64 198
129,364 129,364 0000000000001adc4512c57eb9a672da94311f5011c350a06e9ad3696d0fbd20 0.01 MB 11 1,685
129,363 129,363 0000000000001c7fa58bd99186000ecfd4f7228ff927802611a7e6d1d5b75960 0.00 MB 12 361
129,362 129,362 0000000000000b9ff06c076464b9b2ef4676b3c8d32acdf37bd85e331b3366a8 0.03 MB 89 229
129,361 129,361 000000000000143436cd7d4233cf8245e19f16b39181a9b6148fd23fda3a9ad9 0.00 MB 14 305
129,360 129,360 00000000000006761fc5de0657bf5aa8a2d7f298f4fa3b507bd3a5899a31edea 0.03 MB 61 1,234
129,359 129,359 000000000000088570fba5e57f4cfe9b1ec577a369448d9a1437ee074d88bffb 0.04 MB 99 759
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.58 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.