Loading Tool

Explorer IconExplorer

Memory Pool

78,107 transactions
29.47 vMB
0.10606258 BTC
Random Selection Loading Transactions
Max Size: 177.53/200 MB

Candidate Block

Mining Attempt 3c71a20f682e7c2f6268a09669f7d7b1bd297a1763378dc02c4d57f77dd288c2
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root d7597c867188b3e8d2ee3b0e66bda7b62efb09eba2386685de83e3df3d5f0257
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,488
Size: 1.00 vMB
Total Fees: 0.02955448 BTC
Feerates: 151.12 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (827,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,104 88,104 00000000001bb6cae9233e0155c05b1838e6f8c7e5f14280f328bfa25a24420f 3 0.00/1.00 vMB 0
88,103 88,103 000000000011a0b1d900e89838e67b80a6f7d873768883b7836365d27f9f062d 6 0.00/1.00 vMB 0
88,102 88,102 00000000001832aee9dbdb8599efb0e34960302e362de96b9cdfef98686783b3 1 0.00/1.00 vMB 0
88,101 88,101 0000000000087204dfc72c141935e5074fe60199742bebce4206800825125493 1 0.00/1.00 vMB 0
88,100 88,100 000000000018ae927be3c38a1d19f3e1a41e12de49d88c274931b24eb129d883 2 0.00/1.00 vMB 0
88,099 88,099 000000000009175ba414b49a219006b750839adf4d9cccf73d22c94165754ce7 4 0.00/1.00 vMB 0
88,098 88,098 00000000000cabdbba743cb0ea33cbafc5a1d9cbd2bbb2b90b0eb62d34528b8d 1 0.00/1.00 vMB 0
88,097 88,097 000000000014bd7114b8714985ed12e663bbab9fdf0f0401ac23a02147dbf9db 1 0.00/1.00 vMB 0
88,096 88,096 000000000012cc06ebc4b72e33129b240ec18c0d99ddfaac10cad2ada507ded6 5 0.00/1.00 vMB 0
88,095 88,095 0000000000059c59f153bd7c43f5ad9e64fdceb9a72d4b938ae25bce1b8279b8 3 0.00/1.00 vMB 0
88,094 88,094 00000000000084004f904a8f139ca19e8669174241217933f10b014af0e8190c 1 0.00/1.00 vMB 0
88,093 88,093 0000000000069e4cdc05a343a524117b30fc72414f43899e455e7fb6fd2b7f11 2 0.00/1.00 vMB 0
88,092 88,092 0000000000107f57f0f5ea81ce075d995763c1854b2f4f5b9ae3b3f7ec3efe75 7 0.00/1.00 vMB 0
88,091 88,091 00000000000f811263d6450e45286837b329496895e05f0062a8b61e627b9321 1 0.00/1.00 vMB 0
88,090 88,090 00000000000f43332b687765feeb92997ed786ca71ec7e4755ddbb06b94a0289 3 0.00/1.00 vMB 0
88,089 88,089 0000000000032ccbcdc507da333a543bd24e45b8aa7b7011a9aaf0fc92075250 1 0.00/1.00 vMB 0
88,088 88,088 0000000000115defb3c21512182113262a85e0b00cb33439d734f5744e7c13bb 1 0.00/1.00 vMB 0
88,087 88,087 0000000000144189b05359f4d2c3d3a5b1cd1aa1786281beb44681290d58ee2d 5 0.00/1.00 vMB 0
88,086 88,086 0000000000096c437e9a4cbbb7df3ccba3c5c78791593b7682a7795ee35d5a41 10 0.00/1.00 vMB 0
88,085 88,085 000000000017f5d3a7c8057c0816e7bada9575eb77a42aef9bd50e6385a51611 8 0.00/1.00 vMB 0
88,084 88,084 000000000011d6cae6be7c315d1656890b9734bea5d091921955833a04d5233c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.