Loading Tool

Explorer IconExplorer

Memory Pool

40,316 transactions
26.46 vMB
0.05700306 BTC
Random Selection Loading Transactions
Max Size: 138.00/200 MB

Candidate Block

Mining Attempt a7cf30293ca0f9f207aeb99058bd1ce1e26e0e3cace317b517d1b2999b087f59
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 8cb0351756472bdcf6bb77a1234bc4daa9ef6f1d4ed7190553b37746d1412ef0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,334
Size: 1.00 vMB
Total Fees: 0.00828865 BTC
Feerates: 50.27 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (315,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,423 599,423 0000000000000000000bd30d86a5e5b12123366f19ae87ec62c75c3581b66b0e 591 0.16/1.00 vMB 25
599,422 599,422 00000000000000000006595e47d0a3f3fd70a3e5cd9f653078d61aae31ccb899 374 0.16/1.00 vMB 20
599,421 599,421 0000000000000000000ab0da44214d8579ac456672da0edd0b6b385cc928afb3 2,038 0.51/1.00 vMB 15
599,420 599,420 0000000000000000000e82cd52015b0f2afaa5308a29e5752d55ac0f0c55e7ca 2,918 1.00/1.00 vMB 26
599,419 599,419 0000000000000000000ea3399c707eaa3f93632ed08e4ffe95855518a5ebaf0a 2,715 0.93/1.00 vMB 22
599,418 599,418 0000000000000000000bb3fd78ff1b63237f563cc81e88ca8698c444eb639646 768 0.23/1.00 vMB 24
599,417 599,417 000000000000000000091020000a5aa19c2832cef5fc8948eac2ace1ebfcdc59 2,835 0.83/1.00 vMB 15
599,416 599,416 0000000000000000000e12dbc54d742ba7dd6cdba45d5839f10454df4bcb6fa7 2,761 1.00/1.00 vMB 29
599,415 599,415 00000000000000000013ba53c2db69db73ceaed26173254c01daac93b24e03a3 2,190 0.87/1.00 vMB 13
599,414 599,414 0000000000000000000481a1aa00f7200177f07cecc38aa73ce6aa54e6ab3519 40 0.09/1.00 vMB 3
599,413 599,413 0000000000000000000a786f195868d26eaeba70d4e8d6c9aef03e5734af2d6c 1,785 0.70/1.00 vMB 18
599,412 599,412 000000000000000000157cc5e08a7dbdac99b38fdb44934fe5547a9c82f86fbd 1,815 0.59/1.00 vMB 21
599,411 599,411 000000000000000000089c33d6db94c28a404b8284b81744e21bd1654a084626 2,472 0.69/1.00 vMB 8
599,410 599,410 00000000000000000009082f5a9a9ee440c3e7e38937e92ec6b86dc682b2c768 2,098 1.00/1.00 vMB 17
599,409 599,409 0000000000000000001134fa9fbb99f76aadb330edec1d0d259c94a06edd7644 2,014 1.00/1.00 vMB 28
599,408 599,408 000000000000000000105293dd61b9998e8e30d29051d26ef5ee68cf8c444568 2,414 1.00/1.00 vMB 31
599,407 599,407 000000000000000000047700fa37b453e1616b5856f73daa1de8cc54c2064aad 2,015 1.00/1.00 vMB 17
599,406 599,406 0000000000000000000189be1492119c6fb7827d30deae905b94bc5d0f4d14fd 2,246 1.00/1.00 vMB 33
599,405 599,405 000000000000000000026324009ee25f7f8977130f2c3cb2da036d2969600c68 1,172 0.36/1.00 vMB 20
599,404 599,404 00000000000000000006430466922a6db082d859ceba3218845e5d4cd9ed2b83 1,087 0.32/1.00 vMB 24
599,403 599,403 00000000000000000009f4ba8282a9d233f07d576ecca910445998348012b498 1,144 0.30/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.