Loading Tool

Explorer IconExplorer

Memory Pool

47,440 transactions
28.02 vMB
0.08922538 BTC
Random Selection Loading Transactions
Max Size: 148.96/200 MB

Candidate Block

Mining Attempt 5cd47604b7b83c0f1ce39e1bd59cbb36d1fae280534a3ab32e3bba5bb2cc22b8
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 4800cceeb1f55c24bb7634635542539e77970394c302c42d3025c380028e0d49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,648
Size: 1.00 vMB
Total Fees: 0.03446214 BTC
Feerates: 500.00 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (461,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,705 453,705 0000000000000000026231faf72eca1b37cc52147d136a5be5b6c9779c371696 1,639 0.98/1.00 vMB 97
453,704 453,704 00000000000000000208cb9ed95189eaf025a326f65adc273c20fd3b57447a2e 1,681 1.00/1.00 vMB 103
453,703 453,703 0000000000000000022c14b46ee65e5631d2ad4068ffe8a08298c2dda54b1136 743 1.00/1.00 vMB 26
453,702 453,702 000000000000000000d1de912dc2ad9d540526664296c72fc5ddd7c87fd79103 1,226 1.00/1.00 vMB 36
453,701 453,701 000000000000000000eaf3b908ffe3ffbb2a7b6cf8884bf9b88fd6ae4259b5ab 1,299 1.00/1.00 vMB 73
453,700 453,700 000000000000000002140bd99be7b490fb7fe1169dcab064d13f790be7835360 1,514 1.00/1.00 vMB 97
453,699 453,699 000000000000000001de9be59d29d3e48507724eb5956ad2f9126679b8a85f59 1,046 1.00/1.00 vMB 48
453,698 453,698 0000000000000000003ef3370a3878bf64c400646acb2c44fc0ff32fd44ebe4d 1,393 1.00/1.00 vMB 40
453,697 453,697 0000000000000000007444f5af6543b50b2dbc12857e7d9bff123887dfccd640 1,949 1.00/1.00 vMB 108
453,696 453,696 0000000000000000012ed1941fa09b766e3ae1f02ed7632169dfda255159939d 2,223 1.00/1.00 vMB 61
453,695 453,695 000000000000000000fb59c06f13a5d317d1d52081d598c3ff2869dd076abaff 2,571 1.00/1.00 vMB 94
453,694 453,694 00000000000000000087238e9ea202cedc5a7ba09c607cd087dbe4c86f2542e2 3,146 1.00/1.00 vMB 80
453,693 453,693 000000000000000002544c7bd1fec4871c1ba825ccc4c3035d0312b926ba1661 1 0.00/1.00 vMB 0
453,692 453,692 00000000000000000123786b6f4e00a0e4106a707a21060870ac8dd56ff0cc08 1,546 1.00/1.00 vMB 82
453,691 453,691 000000000000000000127e7bc4a12ab6d8a8da80cbdc57e1a015ecd7df0f8118 1,522 1.00/1.00 vMB 116
453,690 453,690 000000000000000001ac950c001dd4ff1eaaacdd7b252057836f5c9722bfd38e 1,913 1.00/1.00 vMB 125
453,689 453,689 000000000000000000dfd5612ab0fac42aea4614b15255b6446b602fd5d6dc47 2,470 1.00/1.00 vMB 97
453,688 453,688 0000000000000000012054cf3afff415e2c0c329fac63545b848ec7cde5de1b4 2,317 1.00/1.00 vMB 93
453,687 453,687 000000000000000000c37d26b11f24331a1e2656734ceb33bcd12d966ee777f6 1,933 1.00/1.00 vMB 123
453,686 453,686 000000000000000001ef49b408e38ea0e00cb6fe3a4d95c4f64fed9d06ce76f2 2,064 1.00/1.00 vMB 85
453,685 453,685 00000000000000000041bdfc20ba2b72d0dd98d100b1d5d1af8276cf8c7287ab 2,179 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.01 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: 649.43 GB
    • Received: 13.17 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.