Loading Tool

Explorer IconExplorer

Memory Pool

82,834 transactions
30.70 vMB
0.13893849 BTC
Random Selection Loading Transactions
Max Size: 184.98/200 MB

Candidate Block

Mining Attempt de0c2f1f432cd969bd93900aacadfafc83bf3affcf8bf6b76f679dff3abb4f1b
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 70bda640dfa92251b5fb68e2d640b6a2461bbf7be241cf4273e0c5db9c2dee48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.07408538 BTC
Feerates: 203.60 > 7.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (816,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
98,272 98,272 00000000000038389f12ad0b0cd9c45303b41dbedccb6314940de88631820b9e 1 0.00/1.00 vMB 0
98,271 98,271 000000000003673bc6ce217789b8d4a15533b9da10d5a48da98cc8c0ed2986e6 1 0.00/1.00 vMB 0
98,270 98,270 000000000001d5b0b03350b3b9490bb75275c151183fe143daa1212c197a7397 8 0.00/1.00 vMB 0
98,269 98,269 000000000000e5f206be4a56afae108bdfc9a4c39acb13992b03789bb8d8def3 11 0.00/1.00 vMB 0
98,268 98,268 00000000000550642e6ee0b31712701bda1ea5834a492a9b308a5d64260545c7 3 0.00/1.00 vMB 1,937
98,267 98,267 00000000000556a92e866fda1bfa6a9f12a850918e3be28a709c6dba55327a4a 3 0.00/1.00 vMB 0
98,266 98,266 000000000002a4beed1a83a62fa342ff1c52709883450dd4fd9d85419d98d74d 2 0.00/1.00 vMB 0
98,265 98,265 000000000004cc53bf26e7e7a48b3d9209ab0f4be2f3e9878cddfbd019b040c4 1 0.00/1.00 vMB 0
98,264 98,264 0000000000023fcaf221d1d2e7846cfd64e5589551288f5025e7fa157e932e71 4 0.00/1.00 vMB 0
98,263 98,263 0000000000042593ae65a61763f50afcbaa2b6d9a37f12f0f072e6c74b7f2230 1 0.00/1.00 vMB 0
98,262 98,262 000000000004ae13309a49e757c90e4506cf272d93c3d067c80ca5fa255d6197 5 0.00/1.00 vMB 0
98,261 98,261 000000000001618c585f96d0d3ef11ae72f9290d6ab808a2c268a5faf88df2f0 4 0.00/1.00 vMB 0
98,260 98,260 0000000000031178bf6f8b5df4a8c8dd982e535ec66674011bd83a4e32cee2c4 4 0.00/1.00 vMB 0
98,259 98,259 000000000003cf978f5c0f69b0b2cd1d58007ab0130142b6b7ae7afec7e7c532 4 0.00/1.00 vMB 0
98,258 98,258 000000000004f83a3dcc31cd7901cec604f055995b0bbc68d40a3124ab007e5b 10 0.00/1.00 vMB 0
98,257 98,257 000000000004af06637fad4a8269d7edcd728d5bed96eb76fb5cd4ca6941479e 11 0.00/1.00 vMB 888
98,256 98,256 000000000001df1c38623545ef735f467bb31293fddabc3d02d13fdeb7086c20 10 0.00/1.00 vMB 0
98,255 98,255 00000000000135566ee56ca908962fb7bdb2db97cf4616e6494856240c08b0e3 1 0.00/1.00 vMB 0
98,254 98,254 0000000000012c5c55d219ac8ed61490da1ed237b9ee31a0f68bc7b47ff09e1b 4 0.00/1.00 vMB 0
98,253 98,253 0000000000009306d4248def815695934b8947464db1f23f9737316ce678a0c4 7 0.00/1.00 vMB 0
98,252 98,252 000000000003d294e9d4754d2f44bfe982dc3528e0c1b6da72536b7260d35a60 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.34 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: 661.33 GB
    • Received: 14.80 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.