Loading Tool

Explorer IconExplorer

Memory Pool

77,098 transactions
30.75 vMB
0.13725214 BTC
Random Selection Loading Transactions
Max Size: 176.83/200 MB

Candidate Block

Mining Attempt f5c466c325eef15da0cc893b24d2b3ae59e4bd60e51031cdbb60f5e97b228428
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 6a49067d6edcf616ba515118d2d0130e9eec03bbefcfcdf26ec10a09d91e4c37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,353
Size: 1.00 vMB
Total Fees: 0.04984871 BTC
Feerates: 150.36 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (362,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,436 552,436 00000000000000000015f1ac4332b78ce12119fef37e417752727105dfa7fa6c 2,746 1.00/1.00 vMB 47
552,435 552,435 00000000000000000027ab939d46d49e8aceaf7d3854bd153949701e14c3182f 3,346 1.00/1.00 vMB 30
552,434 552,434 0000000000000000000f8fecba6adf33a45f997963506e12444ea111c69d561d 3,295 1.00/1.00 vMB 42
552,433 552,433 00000000000000000010821bbf0113414872504554e3a502cce26efc34302b38 2,908 1.00/1.00 vMB 22
552,432 552,432 0000000000000000002e969d1d1acd93a3833f65140f8520b0abbd84de64dd3d 2,441 1.00/1.00 vMB 38
552,431 552,431 000000000000000000190df9525578596dcf1a6988a9469370889bb607062936 3,147 1.00/1.00 vMB 30
552,430 552,430 0000000000000000001573199c0611a766961469c53fcc7ee3cb5c3f1c7dcbfb 2,399 1.00/1.00 vMB 42
552,429 552,429 00000000000000000028730e695ecbbcccc31eb89e77d3c5e3a2f9dd91d40b79 2,342 1.00/1.00 vMB 35
552,428 552,428 00000000000000000000c31e290270a337b43bd7d3786ee9c8380c30f6f35411 2,528 1.00/1.00 vMB 63
552,427 552,427 000000000000000000095df1a6e0a3eaad59ab18ce6075a815dd0526a39f4919 3,017 1.00/1.00 vMB 26
552,426 552,426 0000000000000000002d9bccbe407ed40dfeaf7644ca8d7fed355152af517418 2,564 1.00/1.00 vMB 30
552,425 552,425 00000000000000000028bbd326b2bc98e795f7f11a721c112afa6a1f05a3fd2a 2,858 1.00/1.00 vMB 12
552,424 552,424 0000000000000000000ed7ac612ef18ad3caddc7b1ba2b12d251394ca5b0b7cc 2,992 1.00/1.00 vMB 35
552,423 552,423 000000000000000000115999c30b5d258455295265ced387c4036b0d41fbf50d 3,046 1.00/1.00 vMB 39
552,422 552,422 00000000000000000007ebb5542b9528777e15d7656ede7f34a937c9e39bdb89 3,024 1.00/1.00 vMB 37
552,421 552,421 0000000000000000001c8566f33f3438e8b2d09a7f70e8f77c6fdeef06581508 2,842 1.00/1.00 vMB 43
552,420 552,420 00000000000000000001f36f369e79740bdc31362f2a1488d4873b482a19965c 2,484 1.00/1.00 vMB 43
552,419 552,419 0000000000000000002ecd4fbb095a105cb770fa6c9d3e04e1098052d7377cb2 1,669 1.00/1.00 vMB 29
552,418 552,418 00000000000000000016fa3cdb6818733b103ef27a7a318d469d661d86a6054a 2,782 1.00/1.00 vMB 39
552,417 552,417 00000000000000000001d8ca1f668a94dee73df380faad9a81386fe855bda380 3,126 1.00/1.00 vMB 46
552,416 552,416 00000000000000000028f1ea78594e82e92902f3a16ad24cb863f7b7fc54e673 2,916 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.