Loading Tool

Explorer IconExplorer

Memory Pool

80,338 transactions
29.66 vMB
0.06741134 BTC
Random Selection Loading Transactions
Max Size: 179.04/200 MB

Candidate Block

Mining Attempt 2693faffd6d731f07d468aa497898f6943206df9da186aa68b97f5894422502c
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 0d1a453f2c00a25db5e8a6d25f40e57383fccf16a0aab5d6654aa81324d3fd4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,264
Size: 1.00 vMB
Total Fees: 0.00711491 BTC
Feerates: 90.30 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (303,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,149 611,149 00000000000000000000e121218a8fe9045a8c0ef559b5c24cde24a049ec5a7b 2,876 1.00/1.00 vMB 20
611,148 611,148 00000000000000000007b4c0bcd3ae7ce19ac9cdbee445089e16f839cdaddc7c 1,915 0.72/1.00 vMB 7
611,147 611,147 00000000000000000006945312f955bfa012aeb8cb34fb8fb37f4584cb08c5e5 2,503 1.00/1.00 vMB 4
611,146 611,146 000000000000000000123e6b1b970dc526b463d826ea3d2ef8c23f74e5e4bc73 1 0.00/1.00 vMB 0
611,145 611,145 0000000000000000000eb7dcc3210df151c26457ddd650789f406cf00f16b2b0 3,035 1.00/1.00 vMB 13
611,144 611,144 0000000000000000000edae227148c557684194c8119e845e170a1f6bfe90e54 2,598 1.00/1.00 vMB 11
611,143 611,143 00000000000000000003db96b6a5ec9c681e9b0a60fe94bd691a0a91c93eae5b 2,875 1.00/1.00 vMB 25
611,142 611,142 0000000000000000000e1c6b43c855b1e7e75f327d0e3c79e54a52bd94531a79 812 0.23/1.00 vMB 12
611,141 611,141 00000000000000000009a644b106162cefba4a4475475cb35b0129848a5b0cab 124 0.03/1.00 vMB 24
611,140 611,140 0000000000000000000ca1370d1f2046ca08be3df02a748c7ca003f67a2122ff 2,685 0.93/1.00 vMB 13
611,139 611,139 0000000000000000000522af12268368114b5e3658bd92d2cf11d7809641d789 438 0.17/1.00 vMB 15
611,138 611,138 0000000000000000000a48856909c7c347f36d5521a5c12de9f970372db9d3fb 65 0.12/1.00 vMB 5
611,137 611,137 0000000000000000001424aabc048b40648c49d76647616cc1c48aa7471408a0 2,750 1.00/1.00 vMB 10
611,136 611,136 0000000000000000000da0a9f0d1f0193fead35b0a85d5f46bbfdce326eb43e9 1,802 1.00/1.00 vMB 4
611,135 611,135 0000000000000000000ce589f49573e92b353b1f8f8d3819641f10bd403acbf5 2,140 1.00/1.00 vMB 6
611,134 611,134 0000000000000000000153128ca2df2b7acebfe15682344a154adc0501d1414f 2,006 1.00/1.00 vMB 9
611,133 611,133 0000000000000000000a926116e9dc8d031710ea44b1fcc05b6661aa23eaa16d 2,634 1.00/1.00 vMB 19
611,132 611,132 000000000000000000015d914f44a907f14e5e5922d94f81e0bd4c54e21d5caa 3,058 1.00/1.00 vMB 12
611,131 611,131 000000000000000000027a6a4c26c683af79916b738cf2ab307889340fcc06a7 2,266 1.00/1.00 vMB 19
611,130 611,130 00000000000000000010f0d1c1c08e2340c35220a04839fcd51f5e7bfd071725 2,318 1.00/1.00 vMB 10
611,129 611,129 00000000000000000011c0420e9883828aa496846f3837381cda03e9512a1360 2,830 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.