Loading Tool

Explorer IconExplorer

Memory Pool

49,356 transactions
30.66 vMB
0.09924199 BTC
Random Selection Loading Transactions
Max Size: 164.09/200 MB

Candidate Block

Mining Attempt f0b90b48a6b7aa2a5bed4b1e0f923dd9d837e1c0543c48efeb7993d23bc262f0
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 4090109353127262419c8bb3c66d9c4602ea9e22eb7dd563150d35fb76740f8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,278
Size: 1.00 vMB
Total Fees: 0.03475693 BTC
Feerates: 101.56 > 3.48 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (361,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,739 553,739 00000000000000000011d186cc5ee406fb5efce317cfd5b9d4a5eaa78dd8baea 805 0.34/1.00 vMB 11
553,738 553,738 0000000000000000001888d0e5f6c6e7f9c3912e641cfb7d4acf6aba4b7919d2 984 0.39/1.00 vMB 14
553,737 553,737 000000000000000000251a137d636a78ddee04a199f89df11c4caae64c1f5e70 1,097 0.74/1.00 vMB 9
553,736 553,736 0000000000000000001ca0dddd719759e61ee27076a35c220891dfb2ec9d84f2 2,624 1.00/1.00 vMB 9
553,735 553,735 00000000000000000020d0ebb464967ea450c2a22e2cb8798e2dad0e36f4ba3c 2,984 1.00/1.00 vMB 29
553,734 553,734 00000000000000000011578bfa5bd649383200fb12f09e0cf5e3fd685355605f 1,352 0.53/1.00 vMB 14
553,733 553,733 0000000000000000000d45df352cbe42a30e4926e11bc3d015db50f09f7d4ab5 2,037 0.85/1.00 vMB 16
553,732 553,732 000000000000000000237d65ed37536dd5900dae839e0a43daccfe70f88c124c 304 0.38/1.00 vMB 1
553,731 553,731 0000000000000000001cc46a6cfd0c5452f2ed2103b4ea3e8208be6e38b0f326 1,712 1.00/1.00 vMB 5
553,730 553,730 00000000000000000026f7f5c4f2e88cc8bb6e7057531d989e01516ed6add490 3,199 1.00/1.00 vMB 27
553,729 553,729 000000000000000000251b7f31490d54b57849973a667a76f58ef40b168776a7 2,985 1.00/1.00 vMB 7
553,728 553,728 0000000000000000000c625ba2c5593dc2000945b73f07a917f21ad8943d49ca 3,129 1.00/1.00 vMB 26
553,727 553,727 0000000000000000002f8e5d550922d2ac70957b51701bb198439836acff0993 2,382 1.00/1.00 vMB 10
553,726 553,726 00000000000000000021e8eff79583b066f322e74e3580433cda05c5167225f0 3,147 1.00/1.00 vMB 25
553,725 553,725 00000000000000000021b8a6638a0f05ca3bf904404b612620d5b755abd3daf0 680 0.30/1.00 vMB 15
553,724 553,724 0000000000000000002849bd7ea6df81fa2f07652af0600ffa0f2b0bc47d736c 4 0.00/1.00 vMB 9
553,723 553,723 0000000000000000000567a96e76bb24f8e954d24a981af937fb566f9624d70e 530 0.20/1.00 vMB 12
553,722 553,722 0000000000000000002b0fe4ffb44f6db4d9c54fb5ca1a9aa6f0fa8133855fea 300 0.09/1.00 vMB 14
553,721 553,721 0000000000000000002768032d95c351a5dc5bbeed4ecb10fcc3a5b91300c25b 166 0.05/1.00 vMB 25
553,720 553,720 000000000000000000067092cea7395a838aa73f27bc252db20b80ee2d6d130d 1,503 0.96/1.00 vMB 8
553,719 553,719 0000000000000000002defd79bef93f581b92438c4703f9dce5edc3c78661392 2,607 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.