Loading Tool

Explorer IconExplorer

Memory Pool

45,681 transactions
28.69 vMB
0.13525069 BTC
Random Selection Loading Transactions
Max Size: 151.72/200 MB

Candidate Block

Mining Attempt e3e7add2da86e87ec9ca340fa7a1eec4f34e477f05300b4411d062395e52983d
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root c23e1c24dc23e39433813ef19cab061da8de2718f425211417d493df9a2fe2ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,675
Size: 1.00 vMB
Total Fees: 0.07580566 BTC
Feerates: 15,654.48 > 7.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (228,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,306 686,306 00000000000000000006a6bc891c36d37a79be7343f803fb73a3b148264dab6b 1,255 1.00/1.00 vMB 51
686,305 686,305 0000000000000000000c6b20a4057da1c5d08cac52cfdcffeb04eb7a8b0e666d 498 0.28/1.00 vMB 37
686,304 686,304 0000000000000000000ab3abb90340d0a73c61e5a9588c4bd8f2d4e88df35a55 1,045 0.47/1.00 vMB 37
686,303 686,303 000000000000000000050583ff62eff2ac422e7643bb444db3ff8d59c9e14321 739 0.26/1.00 vMB 15
686,302 686,302 0000000000000000000a097b78921b2b6dec3837a697c12fd72a057cd73891f1 2,035 1.00/1.00 vMB 42
686,301 686,301 00000000000000000004beb57f7a3b5e93acdfe2fe94a1f056e1a26fdc4d03a3 1,138 0.52/1.00 vMB 33
686,300 686,300 0000000000000000000a2c5d287d161f408e98486d3b956a6c7821d05b909824 1,226 0.59/1.00 vMB 19
686,299 686,299 00000000000000000000e313460cfb00c7c135ca9779d9d80bb488f2ad3df422 2,252 1.00/1.00 vMB 33
686,298 686,298 0000000000000000000c9f2b811a13c2077ec0adefe25fb21b74d90c5681be64 2,443 1.00/1.00 vMB 39
686,297 686,297 00000000000000000001ba40caf1ad4cec0ceb77692662315c151953bfd7c4c4 19 0.01/1.00 vMB 22
686,296 686,296 0000000000000000000844d68d10860072c69a422747f7ad8b07ab9168c08532 1,822 0.82/1.00 vMB 35
686,295 686,295 000000000000000000032ab5c5069edf7e7e3532944f1698d61a01737b7d6acf 624 0.30/1.00 vMB 30
686,294 686,294 0000000000000000000b63addfec1c35ced5e8a8e4099d7d344b4a236ba96f63 1,984 1.00/1.00 vMB 16
686,293 686,293 0000000000000000000b6e782ed59eb5acdcebb6643323e643bf0914b431e628 961 1.00/1.00 vMB 45
686,292 686,292 000000000000000000062d18783164368c6fedfef6546b5dd5e37f45aa16b04f 936 1.00/1.00 vMB 45
686,291 686,291 0000000000000000000af67509d062335b3cb9130dcaea285edd527a39766dcf 1,069 0.58/1.00 vMB 37
686,290 686,290 00000000000000000003c4bea1536b4af433ca2bdc540bb6781c36be7dab9871 947 0.63/1.00 vMB 14
686,289 686,289 0000000000000000000c838e46da6a15deb305c1d424be74cccae75a06bc67a9 1,634 1.00/1.00 vMB 19
686,288 686,288 0000000000000000000a42e365120fb7e5beb331441f1a219f8517457294e440 2,016 1.00/1.00 vMB 18
686,287 686,287 0000000000000000000641ee55c5b4b1aa8d7d502626b23132cbcbe280a1d144 2,333 1.00/1.00 vMB 43
686,286 686,286 0000000000000000000877ee1b8b5488ce8fc7c2d645f0297b7179d95064c6d1 2,199 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.04 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: 650.74 GB
    • Received: 13.32 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.