Loading Tool

Explorer IconExplorer

Memory Pool

82,927 transactions
30.02 vMB
0.07106028 BTC
Random Selection Loading Transactions
Max Size: 182.28/200 MB

Candidate Block

Mining Attempt 869c4feb9f61b53b21db8852c4412446a33e57077fb8791e1ded133af396bbc5
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root ddf073f2f22561f4bfc4ae5bb614c0b4377467a128b8e158f5803232b8a60629
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,633
Size: 1.00 vMB
Total Fees: 0.00970593 BTC
Feerates: 43.68 > 0.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (846,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,087 68,087 0000000003f4fc00ecc996fbe6377d5152e3ed76f9a4f653495aed38ad5e1c7e 3 0.00/1.00 vMB 0
68,086 68,086 0000000001a62d7d0f7fcc7c71b33e998cce28261d2fa5f84e9e6ab36c80b12e 1 0.00/1.00 vMB 0
68,085 68,085 00000000003d7fbb6f22fe2e55a45ecdcda816983ffb3e6ac051c36687c9f43f 3 0.00/1.00 vMB 0
68,084 68,084 0000000005838c5aa20a6a94df661a667d2b82bc2920847387959640ad1beb36 1 0.00/1.00 vMB 0
68,083 68,083 000000000360202f8f7ce9a266642c86ed86d01cbf14408c7823bf15c1cc7178 2 0.00/1.00 vMB 0
68,082 68,082 0000000001c95c107ff94b0a244267e3871ba5ae259462689b851f169519b9d8 2 0.00/1.00 vMB 0
68,081 68,081 0000000003e357730ab2e25c64ae4cc824b768612571d19ab6568191b396ad8b 1 0.00/1.00 vMB 0
68,080 68,080 00000000027f99f17a7adcef50e41d8612488430d49b1ba7c26e8b62bf98978a 1 0.00/1.00 vMB 0
68,079 68,079 000000000321acaf16b4d694d343076db10c283c7b1b22ac7dc86353ebdd836b 1 0.00/1.00 vMB 0
68,078 68,078 0000000004929aa916e2923dced25527981f0b1b2b85fa05a24a3a42059ed265 3 0.00/1.00 vMB 0
68,077 68,077 0000000002605fcf8ce9c9e790477a9241c1c61a2e9462c1821e67c2db5b4936 1 0.00/1.00 vMB 0
68,076 68,076 00000000011ca0f33dddff9bca001c33241c1f4d5f469c3b65c6199caa805dc0 10 0.00/1.00 vMB 0
68,075 68,075 0000000004c67a0bc0cc27ee837d8f0182192cf91650349ee74696edf0be5582 1 0.00/1.00 vMB 0
68,074 68,074 00000000029881a9a73a38b161b502dccf476322ec6215e4740c89538a278aad 1 0.00/1.00 vMB 0
68,073 68,073 00000000032fb05d26cdef21ae92b2914b518dd18d662374807292f94fecab38 2 0.00/1.00 vMB 0
68,072 68,072 00000000051ef7652d79bddcdf74282d4231147c44a95ccc56a40d944ac16b6d 2 0.00/1.00 vMB 0
68,071 68,071 00000000024b208dd971cb0f78487d8966fb6d8464173863fe1b1f08aca00bf1 2 0.00/1.00 vMB 0
68,070 68,070 000000000523dfdce4c2077698cb6db150fa4a34fc617a4bf0fc80905a522bd4 1 0.00/1.00 vMB 0
68,069 68,069 0000000005649b64921ba372df5aded6196d457d213521b7d14e2af053ac0e2b 1 0.00/1.00 vMB 0
68,068 68,068 000000000326b33e0e4dcddba1c54ea1f325ec574af21b477de9bf326895f0a7 1 0.00/1.00 vMB 0
68,067 68,067 0000000001af55497dd931a73e9d92de5f24328e3e8a8da48f9d7006c506daab 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.32 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: 660.26 GB
    • Received: 14.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.