Memory Pool Memory Pool Refreshing

1,929 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,904 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,922 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,903 (484,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
423,147 423,147 00000000000000000176b5e7c2b2d51308b34dda208df6f2459edbba05ec1b75 0.75 MB 1,084 41
423,146 423,146 000000000000000002137c4ab6a210588ea6c6b6952b6f7eecd33e74881cd653 0.10 MB 164 53
423,145 423,145 00000000000000000303e2397a1847ddc916877e4dc7b2340071795072f0d837 0.35 MB 451 38
423,144 423,144 0000000000000000018bf8f37641a9c07fa87cd53194498b2c55c7b6146ad41a 0.37 MB 179 32
423,143 423,143 000000000000000004a5ebd7b9b6ab2b18fc0ba97f6fab23c9a2f9cbc4d13664 1.00 MB 1,332 41
423,142 423,142 00000000000000000389671f6cd7b3d5fca73ae9f91e62488530255b1611ec8b 0.95 MB 1,917 48
423,141 423,141 00000000000000000000f1d889804727d36b3a5f88d61c53a9aa41ec1719a76e 1.00 MB 1,727 81
423,140 423,140 000000000000000003a2054ead870d7f02b00bd47923a166c5030688d696fe01 1.00 MB 1,597 56
423,139 423,139 000000000000000002cd9d5003172241294545ae36ceb80e8cff47cc251e33d2 1.00 MB 760 24
423,138 423,138 0000000000000000035ef4b0dcd3541efeced2d2ff16fca89ff8b47827631d2d 1.00 MB 2,248 57
423,137 423,137 000000000000000000fc8968f99a03206b37e81be7db85658ccd7b6376088271 0.93 MB 2,524 84
423,136 423,136 000000000000000004d5627d2a27a3832d6d20c0feedf1114e45ad7e6e3113d4 1.00 MB 1,649 40
423,135 423,135 000000000000000001672f6d86394a19fe011760ac8880d513b7393bf5a7f245 1.00 MB 1,305 42
423,134 423,134 0000000000000000032a3b3da0afc1a172f3a3b27815961d76f9417b9f85b0a5 1.00 MB 2,092 64
423,133 423,133 0000000000000000049874674bc7fa36189e5154145c032f8cf9796415bc54c3 0.93 MB 2,026 63
423,132 423,132 0000000000000000016dd671fc896fc2ff4880fef01dce59816fdb882732b5e1 1.00 MB 1,967 55
423,131 423,131 000000000000000004bd5fd026702bd5050a91b1957a57c4904632bf8a694418 1.00 MB 2,599 82
423,130 423,130 000000000000000004e9799db5cda5f1c8e595579a1e374f20cde0f7d0a20cc7 1.00 MB 2,125 67
423,129 423,129 0000000000000000022f531ee871c903e69d671845bfa5cbf3cc045430176364 1.00 MB 2,193 69
423,128 423,128 0000000000000000022a3f5067af869e86a5965b7c96c117063b8e933f7c029f 1.00 MB 1,273 46
423,127 423,127 000000000000000004aee7fa66bee64066f229fb857185e014b3d9fe9e29c26f 1.00 MB 2,837 78
Previous 10 blocks ↓
Total Size: 769.36 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,643.72 GB sent, 94.75 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.