Memory Pool Memory Pool Refreshing

371 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 370 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (584,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,408 323,408 000000000000000000543412ac97062001323365ec51b33051fa646dfeb69702 0.17 MB 250 23
323,407 323,407 00000000000000001d03baf86ccff60ecc8d92a146d35ffdbb37d72e170d3865 0.30 MB 517 28
323,406 323,406 000000000000000018244d761637159de12a85678b100c5210b56a0f09747369 0.65 MB 804 21
323,405 323,405 00000000000000000080fb14462d55c8d02755a6513931a9a3c1f5ced59f6efa 0.75 MB 1,909 38
323,404 323,404 000000000000000005808e9a01aefeec3bbda8961b8b5c8ec745373a08160b9b 0.11 MB 204 24
323,403 323,403 00000000000000000ded2a39eea5de438be295767b39059ca79049a0a3911ac5 0.25 MB 518 29
323,402 323,402 0000000000000000130998741ba8554b560e7f8f71e4cceecdd2f5a2f81c89ac 0.74 MB 1,379 29
323,401 323,401 000000000000000015886424add159a97da7638284fb3cebf28d778cf43d5879 0.35 MB 563 28
323,400 323,400 00000000000000001b9a86d42d78856f6efa61ab5a93a6419b3702f801729b78 0.16 MB 264 24
323,399 323,399 00000000000000000a276a1dbddf615c0027a1b7269bf3083ed23e11d34cb9ed 0.33 MB 638 29
323,398 323,398 00000000000000000bce6f468f82e31b01c131657b3fa1633e80ea45837aa496 0.06 MB 128 29
323,397 323,397 00000000000000001b3de6ee153d2fec90c21158a841714e97d4afb8961d3a32 0.03 MB 46 25
323,396 323,396 000000000000000003870f87ec9998138fe37e5a00f8dc1180294811f8694703 0.29 MB 455 32
323,395 323,395 00000000000000001eab9a10d3ed6446950b7adf0ae9d73ccb61f5d3ba984075 0.11 MB 197 29
323,394 323,394 000000000000000017b785038fd8ecdb43a2d8d6ac4592cbb2aa6816af59276b 0.67 MB 1,147 27
323,393 323,393 000000000000000018aa674409ac616f5c255e695f9f8b3a88a9af128f55f5b3 0.07 MB 145 26
323,392 323,392 00000000000000001ee63f66c5751ddb5a6e0bf6ccaa6b19a38d93b854766579 0.19 MB 322 28
323,391 323,391 000000000000000017449fb0a10421cfb455d709dfefe7b199d1d1d372802506 0.09 MB 176 17
323,390 323,390 00000000000000000c6c47c0e8440dcef671d9ecd8ac2882219b97c9ccd0a2f8 0.40 MB 827 31
323,389 323,389 000000000000000015482bb0861b840f586562cc361af65a2f86feb39e38392a 0.02 MB 64 15
323,388 323,388 000000000000000015b137209dcd4a00e69714b17f094bac510b5ac1515a5dc3 0.73 MB 1,142 25
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.