Loading Tool

Explorer IconExplorer

Memory Pool

78,529 transactions
29.45 vMB
0.06880799 BTC
Random Selection Loading Transactions
Max Size: 176.98/200 MB

Candidate Block

Mining Attempt a3781a4a5007baf09adbd03d4e39d3b08f352e3b0c3fdda33636b80e2694a9ed
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 2dd5fb48ca9e991b24d16d8b1f448a68b8425aeadb6146ba6e178de6c272ff7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,950
Size: 1.00 vMB
Total Fees: 0.00897149 BTC
Feerates: 150.93 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (369,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,775 545,775 000000000000000000139790ff2796494313076d1b54a77a8c5a48b7f0c835a3 53 0.31/1.00 vMB 1
545,774 545,774 0000000000000000000419f5e9a0c52734d6014c1e36fad1c95a58aac31ec627 2,953 1.00/1.00 vMB 15
545,773 545,773 000000000000000000191024a108fa8d5783a753421b22371370fbb608e8f840 284 0.12/1.00 vMB 10
545,772 545,772 00000000000000000019a80e0f869ed177017f5b2ad021354400a01b0a81437c 181 0.08/1.00 vMB 11
545,771 545,771 0000000000000000000a29ef55d336764a3294a1c784c0d5919c1b810e220de1 302 0.11/1.00 vMB 11
545,770 545,770 0000000000000000001b086e0057f43b942a61804214e323c0b8c760c10788eb 1,289 0.60/1.00 vMB 11
545,769 545,769 00000000000000000022c86927932995442d1d7ed2e466052f3927f255997fa2 1,955 0.98/1.00 vMB 16
545,768 545,768 00000000000000000000ce5b2a98ea15db07d6ed9eab32e1463b4c24905fdb30 1,846 0.75/1.00 vMB 11
545,767 545,767 000000000000000000101ddb47ddba108886d419e8586357d543a56d19de9f6f 739 0.29/1.00 vMB 11
545,766 545,766 0000000000000000001cfa8988098741489af82731fafa6e988bb6b713e34d0b 1,198 0.83/1.00 vMB 2
545,765 545,765 0000000000000000000a602d225485eeda407bc52fff91abd652954ecb96100f 2,777 1.00/1.00 vMB 6
545,764 545,764 0000000000000000000f5e0adbf72202de971d7b67f6127861d89de0f10bcdc3 3,086 1.00/1.00 vMB 18
545,763 545,763 000000000000000000078957c5faf54fa65693bd88e3b1e3cbbc5f86cbfa66a5 2,659 1.00/1.00 vMB 18
545,762 545,762 00000000000000000009aaa3800bd0205d2caec9dccae523d7cca9e0ddb1e6e4 3,061 1.00/1.00 vMB 26
545,761 545,761 00000000000000000019f1c654cdefdee4ab4efef1434aacfaa66c216e080423 1,305 0.56/1.00 vMB 13
545,760 545,760 00000000000000000010ea1602cbf648a5d69e6f00b10b41999ac374731f3bb7 1,020 0.50/1.00 vMB 7
545,759 545,759 000000000000000000091c60a24f92356ebfd1027f9070c922ecaaf94b771ef9 1,949 1.00/1.00 vMB 11
545,758 545,758 0000000000000000001073c9e0f1881ee49262a3f31ef48de36946763f8004c3 3,035 1.00/1.00 vMB 6
545,757 545,757 0000000000000000001424d94cac64b8bb18c910249f9d2c38b3f0f0fe655ecd 3,171 1.00/1.00 vMB 7
545,756 545,756 00000000000000000025b226f7cbd8e3433e9d9411bebb1f7208668264e79ea1 1,208 0.55/1.00 vMB 10
545,755 545,755 000000000000000000255ab04431e80a383498c9f9a3a6f1fe642f7c3036f5cb 2,567 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.