Loading Tool

Explorer IconExplorer

Memory Pool

78,642 transactions
28.88 vMB
0.11062504 BTC
Random Selection Loading Transactions
Max Size: 175.32/200 MB

Candidate Block

Mining Attempt adaf88133a5aba4f7ff75d34133c4bdce3f07f74036a983d8519a47d9c36f993
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 8d5b1c7cb3fb537f4f89dfc7673140b88205e16f6c2a332912046382ec3feabe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,194
Size: 1.00 vMB
Total Fees: 0.03949329 BTC
Feerates: 602.26 > 3.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (464,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,086 451,086 0000000000000000003a27ed7f4d340503bfb5a8627c5df35b7bebb6cfc09b34 1 0.00/1.00 vMB 0
451,085 451,085 00000000000000000205c0fe7d0983166f4ae139fe28664bb71423bfe8f658a7 2,196 1.00/1.00 vMB 123
451,084 451,084 000000000000000001c23cb72807dca77e8d2d290bba02731309a03f708df380 2,402 1.00/1.00 vMB 118
451,083 451,083 0000000000000000015c7caff5ec921b7ac6cd4e7f9a492bb8e74e58935db6d3 2,078 1.00/1.00 vMB 102
451,082 451,082 0000000000000000003e33de3cba50de278a7bf9c3101b5f3220e928b228e335 2,077 1.00/1.00 vMB 92
451,081 451,081 000000000000000002aba99bd678a92c965c128ee93a347e91dc409e9976307d 447 0.27/1.00 vMB 109
451,080 451,080 0000000000000000011e7f58fbf5a62587d615b694ecb0095b3a1435e00e80a7 2,176 1.00/1.00 vMB 126
451,079 451,079 000000000000000002403565061866fa5e206474215490a58959354445295f04 163 0.08/1.00 vMB 118
451,078 451,078 00000000000000000116de43599267df7f8593a65ec59e2839e34d190cde2465 2,006 1.00/1.00 vMB 94
451,077 451,077 000000000000000000f92e96fee9d849faa7bf4f3a0b4fe695cc93a7ceb43464 2,887 1.00/1.00 vMB 124
451,076 451,076 00000000000000000271b62f8e64d1619214940fdca406bbf7837c95868997f2 3,028 1.00/1.00 vMB 69
451,075 451,075 00000000000000000187aafa7162af9d1e748c169f2019c59cd3c955a0e204f7 2,222 1.00/1.00 vMB 82
451,074 451,074 000000000000000000b31d7f0a95ba4a538a3f8f95b6b9da104e956294e3175a 2,288 1.00/1.00 vMB 105
451,073 451,073 0000000000000000011b2b3d8ec895bf9d6815d278ce89b28a7e9a77bbf04397 2,339 1.00/1.00 vMB 69
451,072 451,072 00000000000000000090be907c7042bf80d7f39c6939283976c285d74c3b27e2 2,352 1.00/1.00 vMB 101
451,071 451,071 0000000000000000018536895eb82d87ca00d5062d7dd8fd6f639f946c1b2161 2,498 1.00/1.00 vMB 85
451,070 451,070 00000000000000000168269f786532e40720aae90339d7febabdc878d6dd2a62 1,471 1.00/1.00 vMB 83
451,069 451,069 000000000000000000e61ced2093bdd6f512290861122c4bd44525e9fd7e07d0 1,949 1.00/1.00 vMB 95
451,068 451,068 000000000000000001751584c3048010d6b586fdd4348f0e1272aea9163c1ee2 383 0.27/1.00 vMB 102
451,067 451,067 000000000000000000eefb70454d7a8f5546cd9cc908a8fa0c730450500743d9 1,877 1.00/1.00 vMB 113
451,066 451,066 00000000000000000193337e2a25a6d8a4ea62f27b312fa52888dcd0b369adf4 1,831 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.