Loading Tool

Explorer IconExplorer

Memory Pool

35,586 transactions
26.66 vMB
0.05720284 BTC
Random Selection Loading Transactions
Max Size: 134.68/200 MB

Candidate Block

Mining Attempt 28d988698bfc26b6c59db285124d850476d0f5aaf74327470516f9e02fc405fb
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root ca6db8751d83705b0923d51cc3b5f4a988bd627e5befd3ff58476268f61acd56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,999
Size: 1.00 vMB
Total Fees: 0.00743738 BTC
Feerates: 160.84 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (82,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,268 832,268 000000000000000000034a308c42f74a4b0c17b7b50f11c41a8cf7d821cfe49a 3,031 1.00/1.00 vMB 45
832,267 832,267 00000000000000000000d477223eb9ec512b03974eb5fbd98e2238c1f7713f57 3,475 1.00/1.00 vMB 55
832,266 832,266 0000000000000000000287250d7f43fafed3ca62b2588e4589b88285c88280dd 3,464 1.00/1.00 vMB 29
832,265 832,265 000000000000000000035bbcb6f4cc378e4bd93b83c3892a9405eadecc10680a 3,437 1.00/1.00 vMB 32
832,264 832,264 00000000000000000000b0d25a1253c16a3b92f66707e54ffdd16d7c2a7ba278 2,959 1.00/1.00 vMB 52
832,263 832,263 00000000000000000002b2e0c8d66949ceac10962ab8e24812d89057c2a98cec 4,318 1.00/1.00 vMB 31
832,262 832,262 0000000000000000000337f169433e989fcc441a68c2ecbae9cdef4b36e86146 3,835 1.00/1.00 vMB 41
832,261 832,261 0000000000000000000266816d2d368e6cee923d2df29a9869299a4d6a31d877 4,355 1.00/1.00 vMB 40
832,260 832,260 000000000000000000015a42b8cc66ede175da23ea5df95a0c9e7170690f4e3e 3,955 1.00/1.00 vMB 47
832,259 832,259 00000000000000000000880931043b9c69e716e3414849ae1507a3cfaca6db5b 3,159 1.00/1.00 vMB 48
832,258 832,258 000000000000000000018f7b990e4d8e234d46cf664abf36d056b78d1386231e 3,704 1.00/1.00 vMB 64
832,257 832,257 00000000000000000002920457acd3c24fcfe53465f81e0aae2d36e16d6dc62e 5,225 1.00/1.00 vMB 62
832,256 832,256 00000000000000000002db52e88bb16873da34384f2d1179debc2fa166643d9b 5,289 1.00/1.00 vMB 63
832,255 832,255 0000000000000000000091fc306a15a8c8e3fe4b5b81d2ca4f018dbc4a1b38fe 4,537 1.00/1.00 vMB 52
832,254 832,254 0000000000000000000307f5497f02323950cd10d93c540d8ec27417ec9d6f9c 4,283 1.00/1.00 vMB 31
832,253 832,253 00000000000000000002ca3e26e9d986860d1c0961d3b737cf90eb75aece6d8a 4,304 1.00/1.00 vMB 42
832,252 832,252 000000000000000000033e6481d3c9ce17d69ef452a01058ba13cd581f0faac3 3,853 1.00/1.00 vMB 28
832,251 832,251 00000000000000000000c91decc139454f484a632a59cbe3bae8a51df34f1244 3,691 1.00/1.00 vMB 27
832,250 832,250 000000000000000000036590d30c18fb2e9fee828b56fb5eb1d9542d2f3474a4 3,801 1.00/1.00 vMB 32
832,249 832,249 00000000000000000002463b2087cabf77036604dc6a7cf232c3fc11c05e009a 2,026 1.00/1.00 vMB 22
832,248 832,248 00000000000000000002d0945db69dbe62d70c6983374bbda8af90180867dbf2 2,328 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.77 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: 632.84 GB
    • Received: 12.15 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.