Loading Tool

Explorer IconExplorer

Memory Pool

77,323 transactions
28.69 vMB
0.06704183 BTC
Random Selection Loading Transactions
Max Size: 174.05/200 MB

Candidate Block

Mining Attempt d8965287082eb58f6f2b817fef1811553c9fa2f8e6da0f5807d91c3eeaceca14
Version 20000000
Previous Block 0000000000000000000094b33996c224af01f043a358605fe53f3736f068ed4c
Merkle Root b521f37f78da3f6a84b8643fbb414fab72fa078a7fe5eac0d572400f5dd7a069
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,663
Size: 1.00 vMB
Total Fees: 0.00740876 BTC
Feerates: 101.55 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,094 (317,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,275 597,275 00000000000000000010eb16df7903d962785fd5cf93868fb484c1b39158ad7b 2,665 1.00/1.00 vMB 71
597,274 597,274 000000000000000000122b7de25ff9361f79942d7a9c1c56f9538a29d5961e3a 3,155 1.00/1.00 vMB 65
597,273 597,273 0000000000000000000a9289ec6c51e544f5136178fb73772af57be871c5c8ff 2,307 1.00/1.00 vMB 123
597,272 597,272 0000000000000000000fe3e8e7ae19425f7cfbf4f834d9504fcb2e6738b9d090 2,779 1.00/1.00 vMB 82
597,271 597,271 0000000000000000000487cd351ef08e935eab69dd60af033b764cb1068519bb 2,680 1.00/1.00 vMB 39
597,270 597,270 0000000000000000000e6f4590f05b983aff2593ffdd86ef93df042064f5430f 2,792 1.00/1.00 vMB 30
597,269 597,269 00000000000000000013adca0dae0271d80adb87fc92c58b710ae2bd76dfb6bb 2,917 1.00/1.00 vMB 41
597,268 597,268 00000000000000000001613fb2df64febbaed2050be3b0780ea1da0862a6f4e8 2,586 1.00/1.00 vMB 26
597,267 597,267 0000000000000000000043dde207bfb4dd52f97799db503eac821c50fbece9ac 2,722 1.00/1.00 vMB 40
597,266 597,266 00000000000000000001e3cf3aded5e0c114df7f06607f8f0d9122b894dc24eb 3,211 1.00/1.00 vMB 46
597,265 597,265 0000000000000000000a5c6da7a9dbe2937e2b9baa833b161bfc976df58f4fb1 2,132 1.00/1.00 vMB 52
597,264 597,264 00000000000000000001587e4cde1ad52118e5accfba2d3725bae02023d2666d 2,544 1.00/1.00 vMB 80
597,263 597,263 00000000000000000002dd368126ecf71485b069bf5710d1a8255988b8e354fa 1,113 1.00/1.00 vMB 58
597,262 597,262 00000000000000000014e2aeec49178b5fba6558f2491d4dcd5aaa1fd6036d9a 1,669 1.00/1.00 vMB 104
597,261 597,261 0000000000000000000bbff758e1523cb32740dbdb3793248e1ac54dee36a6e0 2,973 1.00/1.00 vMB 18
597,260 597,260 0000000000000000000ad871cae2abf97369417bd94fe9d1c324bab50c929ab6 2,665 1.00/1.00 vMB 10
597,259 597,259 0000000000000000000bc6299c4028b0c7d1e7ce5879f688f6262712c07e1efd 1,572 1.00/1.00 vMB 15
597,258 597,258 000000000000000000134ce8ce79bdaeb4f9859cc72f45745615c3a38214a6d3 2,709 1.00/1.00 vMB 23
597,257 597,257 00000000000000000010f54a0c2f14e4193852fb3fd15342cbd8bc2a84081a5b 2,923 1.00/1.00 vMB 33
597,256 597,256 00000000000000000001dda0fe19c46517e47245ab250a05c48f6cd80cc5ad1b 2,573 1.00/1.00 vMB 57
597,255 597,255 0000000000000000000c06243120aaf3873e4383128bbdc9da122e0dd149949e 2,765 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.56 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: 669.97 GB
    • Received: 15.79 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.