Loading Tool

Explorer IconExplorer

Memory Pool

88,749 transactions
32.48 vMB
0.17902006 BTC
Random Selection Loading Transactions
Max Size: 196.39/200 MB

Candidate Block

Mining Attempt 94991402e7c6fcdc6e1f6b3ac4ec1d26a53b3487eba36e06f50dd48ef0895385
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root db0ea575edca3ac94403ba8aee9e595f9279b6e5e1251251fd51a98eb8aacbcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,875
Size: 1.00 vMB
Total Fees: 0.08691790 BTC
Feerates: 216.64 > 8.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (421,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
493,258 493,258 000000000000000000034d649346f6482125cbc134056f4a9ed11315a6c8e1e6 2,630 1.00/1.00 vMB 137
493,257 493,257 00000000000000000034bd56aea0c6db865e8dff1fe5d2023170b568ad5e0968 2,134 1.00/1.00 vMB 47
493,256 493,256 000000000000000000742c7513aca8ecaeaa9cc475f8116501a0d48ad6ecefba 938 1.00/1.00 vMB 54
493,255 493,255 000000000000000000916457966e86a1e8bee314f555b67b5874fa5537b89aac 2,605 1.00/1.00 vMB 102
493,254 493,254 0000000000000000005a2c9ff497b0addc15be4c15cbccdb1755dae34bc16bfb 2,117 1.00/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 782.52 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.93 GB
    • Received: 15.65 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.