Memory Pool Memory Pool Refreshing

7,178 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,824 (631,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,378 276,378 0000000000000001af3515ae8429506e6d23a6b7fa83fa1e6366e1d99380bbb8 0.13 MB 229 63
276,377 276,377 00000000000000020819bdc163ad177136bfc4b0ab6235cd9e57eb1fb5f63018 0.12 MB 278 41
276,376 276,376 0000000000000002ef6214c75708e10f04c47b26257ca84792aedad3dc664045 0.07 MB 143 32
276,375 276,375 000000000000000348d1891c36c1a61efc96a366867496cd05e64bcc541b7a2e 0.03 MB 66 36
276,374 276,374 00000000000000006745c6fff7359d5892629432a4f06d74106ac33c754d5e83 0.03 MB 48 28
276,373 276,373 0000000000000002d9f7be8cadbe2b2f199d223303b59768819fed5e021e6e38 0.01 MB 31 38
276,372 276,372 000000000000000067ffd76ed54377a609031d3591821e07d6787f5832bf36d7 0.09 MB 233 72
276,371 276,371 00000000000000034d177c63ccb190f152a77bf2883be6bb3ffca5ccef9fabc5 0.06 MB 128 68
276,370 276,370 0000000000000000958b54b6abf757e5371515c54b402812b00cb064b5887df3 0.03 MB 68 38
276,369 276,369 000000000000000341984ee71fb9a1e4f6db40e1703f0002dda5d0b8cab0bd5f 0.00 MB 16 35
276,368 276,368 00000000000000038264d327e20357431c76c34d8ef58cbe86961f87720304c9 0.02 MB 59 18
276,367 276,367 000000000000000044586522416e788575212bb26014a12b190aecc78a0fe3dd 0.15 MB 324 48
276,366 276,366 00000000000000025926d467bc3aa748a01aae2ea267ae2b3bb327cf32bf3f5b 0.02 MB 32 39
276,365 276,365 0000000000000000ec92c8a5bef867e8d059928cdb3606e3d4bab20a6a2854b8 0.01 MB 22 27
276,364 276,364 00000000000000011320de9a9f28685fe49122be85c0e9453aa37933a8ed7d2c 0.21 MB 479 39
276,363 276,363 000000000000000265383fcb0576982a1bcc9b6c35eccc191af6ad7fbd83174e 0.15 MB 285 33
276,362 276,362 00000000000000020db704a4f72bb5eec83cc153b90692b05f5709100209db55 0.23 MB 433 35
276,361 276,361 0000000000000001f02ebdb14f858b7af5b852262a2116dd3305996a5ad9494a 0.07 MB 176 47
276,360 276,360 0000000000000001d4a7f4e78a34881eb83aacc0f82a5294a75dce01e2885f04 0.12 MB 250 37
276,359 276,359 00000000000000025ff593b7d1bf5a0c660c0af8eda607b76777d79740e6f501 0.07 MB 129 31
276,358 276,358 0000000000000002292699cd1e5d033dbcfefc302dc8d8db5f7e602fa8e1ce6b 0.08 MB 156 33
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.