Memory Pool Memory Pool Refreshing

6,249 transactions (2.31 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,778 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,348 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,777 (876,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,232 32,232 00000000f183b5ab79bd725fd5a05d915c3c8597473a1e69b533e5834e43041d 0.00 MB 1 0
32,231 32,231 00000000af70d1dac2d9c8ca27acf4808774c2f0bd526648ef0da1759de878d2 0.00 MB 1 0
32,230 32,230 000000002170089baa84909cdff0e95d46ccbb12cc801ce8776b24495b0049f4 0.00 MB 1 0
32,229 32,229 000000007a12c226dc485b900a5c928f8ccd057b81dd5ac4338fc248519c1f33 0.00 MB 1 0
32,228 32,228 00000000b2066699dd88e31a477caef7fffd7317ff83a151fa6cf6a4fec32ed5 0.00 MB 1 0
32,227 32,227 00000000960d37fdbe10180ac3f343625745e80da49b924d9160d7392e95548c 0.00 MB 1 0
32,226 32,226 00000000cdd937d8cb1c9d7d2dec1c7761fa7af810ef29def76e422de31c10aa 0.00 MB 1 0
32,225 32,225 00000000eecfa1b2b76cfc381ee9d891bf97c4be065c779e53e85528d40baa05 0.00 MB 1 0
32,224 32,224 000000001e4b3dae7c9f595120611d4be5140286283222eeb94768e980814cec 0.00 MB 1 0
32,223 32,223 000000001c8a2dc27e8ebde07843f12a2e0ce0101748d74d2b6281e123e6f4b3 0.00 MB 1 0
32,222 32,222 0000000088e6f9dc5e3301d15eb9b622a410d60c809aaafff545ccf19cd22bfb 0.00 MB 1 0
32,221 32,221 00000000229bf1f8ff0c74dd05a688f098cb97b3e15d51776c108e2a57b14da4 0.00 MB 1 0
32,220 32,220 00000000ea3d076b951cc57b4c925d66b6b90d85e7d734085dcdcfca86aa6c0d 0.00 MB 1 0
32,219 32,219 0000000000e6acf3219c03344d06a79a601b3462d6eea5e382fde15ac77d22c4 0.00 MB 1 0
32,218 32,218 00000000d33ac3dc991efa1a631fcf0638a2de16245eea6602a50ce521359dba 0.00 MB 1 0
32,217 32,217 00000000b6e02c68939dc49d4a7c7a07663e3fc3f83fa1ca7e7293b80102ab40 0.00 MB 1 0
32,216 32,216 000000001bb0b4c345e47ded50e7208af0af79ee8f998e596b9017f4031edf25 0.00 MB 1 0
32,215 32,215 00000000a1ab47f9b372aa08fff483641166e591a1e6c9b03009b4da8f72d916 0.00 MB 1 0
32,214 32,214 00000000bff06ce15e4d64bef1e5ec07c4d5912a7a2999541204169c1d38242c 0.00 MB 1 0
32,213 32,213 00000000f5da9a37cf5e501748928323ea8624f4b93790ac30f6d34d34021ca8 0.00 MB 1 0
32,212 32,212 00000000cecbcae7b2afd765a4fc9e3f93fd7fb398225e155833aa5f79a6fb73 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.86 GB sent, 102.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.