Loading Tool

Explorer IconExplorer

Memory Pool

31,027 transactions
18.42 vMB
0.04508221 BTC
Random Selection Loading Transactions
Max Size: 98.08/200 MB

Candidate Block

Mining Attempt e7f1d6d2652c903b2dd4292af01a68e684109aeb814be307407979a4ac6b30d4
Version 20000000
Previous Block 000000000000000000007fc360febf573fd20c36a777d7a124372cae17e71a51
Merkle Root ccca45d3bf76456a44e5cade69895699fe0b2a0eb8c1d9b837f835ff10bd6ce9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,673
Size: 1.00 vMB
Total Fees: 0.01030370 BTC
Feerates: 150.77 > 1.03 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,128 (785,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,629 128,629 0000000000001c02c7e01d6001e51c1468a7acaf4d7e735c8a33b6334d506b86 13 0.01/1.00 vMB 974
128,628 128,628 0000000000000bc26ec6be99b7d5ebf55a82c85d3da840dd35855f30311f2444 22 0.01/1.00 vMB 825
128,627 128,627 00000000000011d506f56f6b637b88edabf8cec641e79da851005476ed3a04fa 123 0.05/1.00 vMB 466
128,626 128,626 0000000000002231ab66bfd41488f6ece793e7900381b9f9338b4ac77ebd5cfd 29 0.01/1.00 vMB 307
128,625 128,625 0000000000000c159298e0dce5fd1a95739e5f0b56b2e90e9131bcfe8abc0e12 24 0.02/1.00 vMB 657
128,624 128,624 0000000000000d2d6b8f87fa338e17538b4e2103c3ca8638c72cbab358ceac48 13 0.01/1.00 vMB 690
128,623 128,623 000000000000090ae43b70e38752250a153c57e0d622bc18f054acdcadc75e6d 17 0.01/1.00 vMB 786
128,622 128,622 00000000000018f2ae64e4e52d7885cb1035fee7a08308db53b0f3f82b6214ab 84 0.03/1.00 vMB 1,652
128,621 128,621 00000000000008162d6d88c81d1dff33604b097c5662666c69d79451d921e968 4 0.00/1.00 vMB 1,048
128,620 128,620 000000000000065a1b0de8490d0d410f77c1e708695286e2cfb5d49e1ff661b4 151 0.05/1.00 vMB 67
128,619 128,619 000000000000002dd59b65eadffbf5c1909c7f6e919c3cd8180087ebe353f44f 54 0.03/1.00 vMB 766
128,618 128,618 0000000000001592c8c093cc6d539c5848da24916f6c553883e5873d5c471981 80 0.04/1.00 vMB 575
128,617 128,617 00000000000001c4b9a4ef8dedbd6119dd9903dc7064b18d9342b005529fe46f 63 0.03/1.00 vMB 534
128,616 128,616 000000000000008393abac4d81860d5ebef4d02c518a17e2cf1ebbebfc39135e 12 0.01/1.00 vMB 1,651
128,615 128,615 0000000000000771b1d01260af1f4e64e5b93e1d92b4142b4dc77daa89c7248c 2 0.00/1.00 vMB 0
128,614 128,614 0000000000001359ae9a4a6f35ba5cc3cc8808f01a1b57000eb293e8c92f8af1 18 0.01/1.00 vMB 977
128,613 128,613 0000000000001a0b451ce47b2fc604face72c32fa73cbf1db5a5000aa69a12ea 1 0.00/1.00 vMB 0
128,612 128,612 00000000000009b73ac92ff897bf3b815cc146b781d8ec00c3326793934caeac 19 0.01/1.00 vMB 45
128,611 128,611 000000000000248dd17a651a4484f79e608c8a54ae9adecc77e042c85a5ebd7f 30 0.01/1.00 vMB 435
128,610 128,610 000000000000075052ffadfa772a7f5889fa7261c51ae946321c4969f773047e 71 0.02/1.00 vMB 106
128,609 128,609 0000000000000bdb45f2694aec689b8f68ddea5794d091633445ff823dc5cc4c 39 0.03/1.00 vMB 1,067
Previous 10 blocks ↓
Total Size: 780.83 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: 561.40 GB
    • Received: 7.39 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.