Memory Pool Memory Pool Refreshing

1,572 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,565 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,348 908,348 000000000000000000001a351d6030d127b031bd364248aa037b315c5b4b2f3a 1.06 MB 510 1
908,347 908,347 0000000000000000000185f40a6ec9bc7fc6e2deaa42930efca39f1f7839c974 1.63 MB 2,906 2
908,346 908,346 000000000000000000016bf0269d2f936b2c56a45ba142647ed7936dc7e422c4 1.42 MB 3,143 5
908,345 908,345 000000000000000000004b63429079941a47ce1a643c1b52e9fa21a5b3bc8702 3.75 MB 236 1
908,344 908,344 00000000000000000000260bf69473e8241d1d28fdb02a05873112e9422616dc 3.23 MB 1,056 1
908,343 908,343 00000000000000000000919c267a210e2aca081e5f7ba63a04457059c5620b5a 3.31 MB 775 1
908,342 908,342 00000000000000000000dfd28eb1ebb2be3943c3c4357de749ce521d1ca86e3f 3.31 MB 782 1
908,341 908,341 000000000000000000015807436112e94de3d69a803e2bb84e22d6c98c92e525 1.84 MB 3,002 3
908,340 908,340 0000000000000000000108a774435160cc84c768a5c761d51b8d541aa7eb29e9 3.85 MB 213 1
908,339 908,339 00000000000000000001eeb2f39ae22ffa8e29d7da12a71f4db1ecbdea6939e4 3.65 MB 515 1
908,338 908,338 000000000000000000020a12a6fd9fdbd99dff3febf2af7324bb2cc82f7eb9a8 2.75 MB 1,366 2
908,337 908,337 00000000000000000000158c2affb15bb4ea8893f82f5bd6f77f040644b39b18 3.56 MB 423 1
908,336 908,336 0000000000000000000087c9bec13aa4a31495276b2ed053c8bc8034383585f9 2.81 MB 1,699 3
908,335 908,335 0000000000000000000023c956f76ad76e95ae16b5cfeb14893921bec7216dd7 3.16 MB 968 1
908,334 908,334 00000000000000000000ed259c88488ea1f6306a0c65ff00948f8bfef9d63e1c 1.62 MB 3,596 4
908,333 908,333 0000000000000000000021610c200904db7253fa24f18c7542cdcbd946b6ec32 1.83 MB 2,657 2
908,332 908,332 00000000000000000001570dd756c8b91a1f9812c88ea623beac3d149e675c18 3.32 MB 905 1
908,331 908,331 00000000000000000000238d3bb7f27c08e97420c7016d70317edd19df5ff3d9 2.75 MB 1,836 1
908,330 908,330 0000000000000000000160849e979ddc12e2a9d90349a2f23c3cd66e84932abd 1.57 MB 3,416 3
908,329 908,329 0000000000000000000151b3a6e293f443602e1ad770b3578feeffd1d6eb8fe9 3.61 MB 260 1
908,328 908,328 0000000000000000000037c437671ba569e07f2d83161302d4e48d982ed25265 3.78 MB 372 1
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.