Memory Pool Memory Pool Refreshing

12,399 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (402,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
505,414 505,414 000000000000000000238ce29c84feaa5851bb2bf32c139b3f68bf3aad93468b 1.07 MB 1,111 172
505,413 505,413 00000000000000000043122909c7ae5127b141d19df9d9d0218a009e7528c9d0 1.03 MB 1,232 316
505,412 505,412 0000000000000000002bddb0b0c8bee43d4149c91db31965aabd1ddd6658a921 1.03 MB 1,143 354
505,411 505,411 000000000000000000330cc8b7e3f00fedcbbf22eb9879cbb7990f51f850a7d7 1.14 MB 429 90
505,410 505,410 000000000000000000445efab1284d95665614b217f53eb5d9b893edc0986aa0 1.06 MB 1,293 177
505,409 505,409 000000000000000000252bd225fb6815c9699fc98a152e36a4137562e2e0ed07 1.06 MB 1,237 218
505,408 505,408 00000000000000000036ed627d37f195754620895dd610a3df33c7e70c74b23a 1.07 MB 1,834 382
505,407 505,407 00000000000000000005b8602af924fadf1fc106eab661eabedc01b19c81199c 0.00 MB 1 0
505,406 505,406 00000000000000000058dc3fc8a305a73a16661a6e1a1c4864646b112d81d32b 0.00 MB 1 0
505,405 505,405 0000000000000000004af30c48c9b69f0dcdd58a2869041c22a4d01331a5b029 1.11 MB 662 78
505,404 505,404 000000000000000000321f4fa7b1ccd5230b0b5700e5adff9410a8ca8a303412 1.02 MB 1,271 150
505,403 505,403 0000000000000000004369c3de4afc7ca05ed289a2806967b56c85d8626a6916 1.07 MB 2,006 316
505,402 505,402 000000000000000000326f32d6c333de3dfbaf660a29a48f5b9168426e5df025 1.02 MB 998 155
505,401 505,401 0000000000000000007625ff74171cf53e301c3e5013bf2184e2629a2da0fc8d 1.05 MB 1,422 319
505,400 505,400 00000000000000000023b89dd18f6be5a6c03a71cd864ccbdf024683114b9ce3 1.02 MB 1,433 158
505,399 505,399 00000000000000000022a664b3ff1e4f85140eddeebd0efcbe6a543d45c4135f 1.06 MB 1,596 284
505,398 505,398 00000000000000000036339c7f72b4a4142421b7fbe9260db806607d731a2a77 1.06 MB 1,507 287
505,397 505,397 000000000000000000339bc39bcef88241fdf28a6f85e97b9b01a04908a3c3de 1.11 MB 638 99
505,396 505,396 0000000000000000001c2c68c3db9bbcbc2e344ce86cef00f1fddb75e1dc45e2 0.75 MB 654 120
505,395 505,395 00000000000000000043bc311efa30739c4b8b3ae3b6ddd0e6b329e7b62519b9 1.04 MB 1,712 225
505,394 505,394 000000000000000000540ca699ee94621a31ec1a2701d11a510d91c28c79931a 1.05 MB 1,796 308
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.