Loading Tool

Explorer IconExplorer

Memory Pool

81,110 transactions
30.08 vMB
0.09554421 BTC
Random Selection Loading Transactions
Max Size: 179.41/200 MB

Candidate Block

Mining Attempt cb72a877fa0bd28c0aa0374451e2c1b43fba3e8584edd40b2ed27231dc0fc09b
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 0c88323f7c6b1be64349234255a147419a6deb26bc2062f9113a8701a1a08889
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,655
Size: 1.00 vMB
Total Fees: 0.03201123 BTC
Feerates: 100.37 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (421,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,279 493,279 00000000000000000022cfb4b22971767fe6c477faedbf739763efa21bc4ff53 2,274 1.00/1.00 vMB 117
493,278 493,278 00000000000000000088d9c73e6ed7d8ce2394bc6b2856dcefd923c0244bddac 1,700 0.93/1.00 vMB 182
493,277 493,277 0000000000000000006fe8fb8fdd44deeb132ca9ff5a4f5168246af6074115ff 1,813 1.00/1.00 vMB 210
493,276 493,276 0000000000000000000415d826b7c9e1affb3e1fcd30f73ffc552284f14bff93 1,811 0.88/1.00 vMB 212
493,275 493,275 0000000000000000009daac7dfe01cc3e0020216954ce00ea1200288f0a9ea00 1,757 1.00/1.00 vMB 254
493,274 493,274 000000000000000000aae333c3e3bdb37597547ab6355cd2919a189f08a354f6 3,128 1.00/1.00 vMB 301
493,273 493,273 000000000000000000be707d5c5204c86aadb5c63252a9d858a56b0bcb9c1996 2,254 1.00/1.00 vMB 237
493,272 493,272 0000000000000000004d0ddef91c8fa1ff4b21466c54bdd750aa28b13fb744e7 1,231 1.00/1.00 vMB 172
493,271 493,271 00000000000000000058b02fefb98059f8c50edff41cd29e8c7a1a26429b438b 972 1.00/1.00 vMB 115
493,270 493,270 00000000000000000093ab5d67c06aef9327ef31153111dc018dc3653a6bf3c6 401 0.99/1.00 vMB 66
493,269 493,269 00000000000000000048959798823b46daf5baae75dd64690a9641a0182098a6 1,007 1.00/1.00 vMB 73
493,268 493,268 0000000000000000002aae7406cd63daff30a4c5bc5c17518bf41d4613adce06 1,410 1.00/1.00 vMB 20
493,267 493,267 0000000000000000000b058cd2e67b823e761aa7086e9ca8f0cb4ed631e53df8 1,990 1.00/1.00 vMB 116
493,266 493,266 000000000000000000bd1e5f7e65b90d9c271d2855996dd1e0d92acf6afb2a29 1,256 1.00/1.00 vMB 113
493,265 493,265 000000000000000000b31430fab8732d41021e1ab1e157adc688d302ee50ed67 2,108 1.00/1.00 vMB 72
493,264 493,264 000000000000000000a7bdbbd8142350ecaf12c6f5013985f30351dead0a1da2 1,928 1.00/1.00 vMB 34
493,263 493,263 0000000000000000005a1c2c7b7c572b0c8f06e039aec77052425d3d0cfada3f 1,054 1.00/1.00 vMB 42
493,262 493,262 0000000000000000003626306b860873f768f1af4dc5ae0e9454f802515cde35 2,038 0.95/1.00 vMB 189
493,261 493,261 000000000000000000039970acb3921333f545c3345e9bed3075f5dd9103d747 924 1.00/1.00 vMB 97
493,260 493,260 0000000000000000003cc47a4236022de859d4ae9afba645b67603de86502b29 1,917 1.00/1.00 vMB 90
493,259 493,259 00000000000000000012c5417a087c5a2cb2850e84ef4bf6fb9adaf62ba6e668 2,687 1.00/1.00 vMB 137
Previous 10 blocks ↓
Total Size: 782.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.42 GB
    • Received: 15.51 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.