Loading Tool

Explorer IconExplorer

Memory Pool

80,560 transactions
31.28 vMB
0.08416078 BTC
Random Selection Loading Transactions
Max Size: 189.10/200 MB

Candidate Block

Mining Attempt 90b0d6131f3aaab90fea640a63a3d01c46b596df98e5270926c748ec85c466f0
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root e93247cf4f2648efa6cd90d80bbd1d2dad064fae251c3b2728386b86a8c704ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,281
Size: 1.00 vMB
Total Fees: 0.01644646 BTC
Feerates: 100.25 > 1.65 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (348,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,590 566,590 00000000000000000016a818cb091cf203d06f9402b949ba081335d208451ddd 2,250 1.00/1.00 vMB 6
566,589 566,589 00000000000000000027c45beefae4b931ca9bfa9c63fa06d4332b7eb5488a6f 2,902 1.00/1.00 vMB 20
566,588 566,588 0000000000000000001e3598404d0590c670205dd100642a7fb98bbf79acaf48 2,769 1.00/1.00 vMB 33
566,587 566,587 000000000000000000055b3e159143334a3858f89d2662c634625297fee5b0cd 2,202 1.00/1.00 vMB 6
566,586 566,586 0000000000000000001e0ae9526b36d0c087b9503cc528f528abf1e9ec0762f5 2,565 1.00/1.00 vMB 19
566,585 566,585 0000000000000000002232603c7555f6405b96510a5d22142ae3ae31ea7e41c8 2,429 1.00/1.00 vMB 30
566,584 566,584 00000000000000000014bf1bae3b1fceaeba1802d97028bbefaea5a35b998d3f 2,532 1.00/1.00 vMB 19
566,583 566,583 00000000000000000023e15c7868628751ea20f8d93b370877dfefe6fcecc2c0 2,481 1.00/1.00 vMB 29
566,582 566,582 0000000000000000000b3d0df9c66eaac3fec49da37b4a0248e2a97a36735297 2,209 1.00/1.00 vMB 15
566,581 566,581 0000000000000000002147e192ab8ca2ff146b56c559a4d0283ccc2796eed3d2 2,324 1.00/1.00 vMB 26
566,580 566,580 0000000000000000000c08c1357486e09b4b7c16219ecbd9e0b9f0320b54edb0 2,711 1.00/1.00 vMB 34
566,579 566,579 0000000000000000002a8acaa95b8edd98bbc0ae924090e092c3eb28289597d2 2,876 1.00/1.00 vMB 20
566,578 566,578 00000000000000000025a838606e5f34eb8321d87dc378e734785d549af6d785 1,843 1.00/1.00 vMB 11
566,577 566,577 000000000000000000092772adebcbab5830e7df7e9511760bf312df4660db86 2,674 1.00/1.00 vMB 33
566,576 566,576 00000000000000000006376b06901aa9a9c05399d67086be5e79d329cfadf952 1,570 1.00/1.00 vMB 21
566,575 566,575 0000000000000000002004f7cd90a5b1d8ec24a2d482291635e518b267544fb7 199 1.00/1.00 vMB 11
566,574 566,574 0000000000000000000e7cb9ce283cd8ba4718f0d36b960c6b44b74533f80c69 1,624 1.00/1.00 vMB 16
566,573 566,573 0000000000000000000f9b6a1ba20a4992fb14eee53cd5de15c59596bf1ccfa9 2,177 1.00/1.00 vMB 15
566,572 566,572 0000000000000000002409e39f494128c6d2a632d8fcfc433f506721a9fa5f47 3,031 1.00/1.00 vMB 27
566,571 566,571 00000000000000000016c905defb38c2adc58c1a222466424f9c2148a7507659 2,948 1.00/1.00 vMB 38
566,570 566,570 0000000000000000002bd8412dd91a3df59ea694de94409a234db7d5c5055a17 3,630 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.