Memory Pool Memory Pool Refreshing

7,659 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,876 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,696 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,875 (799,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,143 108,143 0000000000008ff2a2f0f9489c230f47317ce06cce51013419e204bd6e903346 0.00 MB 12 0
108,142 108,142 0000000000002b8d5c252c30d8b6d4443cc1c1bc3549ffab4e48931f461ecd32 0.00 MB 13 0
108,141 108,141 000000000000e6f64867b766fd6f8f12283b65a0a66c5d8d81116be7848804f3 0.00 MB 12 0
108,140 108,140 000000000000308d30f232b1d1d7dfdeabf6543bed6fb6e22963528c2a27affe 0.00 MB 2 0
108,139 108,139 000000000001d0ff933eac8fd2dd58d33d72a0e7f342bce9abecc7dbe4d8c733 0.00 MB 13 0
108,138 108,138 000000000001f028134ed9b42624d13f161062ee7315f0f6a1f9da138c4d85af 0.00 MB 12 0
108,137 108,137 000000000002257c5f4dd012cf183103931e784625fd894b1ae9f7756fe1e891 0.00 MB 13 0
108,136 108,136 0000000000002fc3f3ea9d480fd3ac0c1b37d45dfafc2ac95bcb5266f5e5c5fe 0.00 MB 12 339
108,135 108,135 00000000000177b96c81c5d1280f559201dd66a240df592b09be83c3d186ac00 0.00 MB 19 0
108,134 108,134 0000000000028005f103c4a5ea6ca8ce98cb2d69874293c435c34d8a577dce8b 0.00 MB 11 0
108,133 108,133 000000000002395f6506b2d14c31db621f3bdcee1fee223d90e3d33074acdc12 0.00 MB 10 0
108,132 108,132 000000000000bd5df64dbc54bc4152969863ac816383c0cddad7149793c40324 0.00 MB 12 0
108,131 108,131 000000000000795fd8cf1d8b8e717f3051bf8a1f2a5fd91340a9012723c0e291 0.00 MB 10 0
108,130 108,130 000000000001c7ea811dd728af73a3c67dc0f6c082c8cca5f9d8a56e0aa7ae6a 0.00 MB 10 0
108,129 108,129 00000000000260197fef2ccfc7c51a787adf865e79095433ec95274c74d6cad2 0.00 MB 11 0
108,128 108,128 0000000000013f8ad17cb27a396c0197a289eae5d5a264e65d44f044d1befc7a 0.01 MB 32 0
108,127 108,127 0000000000005a320218b370bb327f94df14047c465e832fd540b4ce3e4b706e 0.00 MB 13 0
108,126 108,126 0000000000022f9c2dca26518b1133996456bc3d7a2d94de772a51cedfddaa1a 0.00 MB 12 0
108,125 108,125 00000000000193e777a7eeb8b32e62101400e27fb0ea3c7abcbba76eb6ee487b 0.00 MB 11 0
108,124 108,124 000000000001b5cbbc2156ffc6c88b7868c4d46518b75d66037e7aaa5af1abd6 0.00 MB 10 0
108,123 108,123 000000000001b654db332cea6c399ad86b6a56b6f7a4d37da0497515597f76a8 0.01 MB 35 0
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.81 GB sent, 94.51 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.