Loading Tool

Explorer IconExplorer

Memory Pool

80,727 transactions
30.22 vMB
0.11136188 BTC
Random Selection Loading Transactions
Max Size: 182.11/200 MB

Candidate Block

Mining Attempt 3b214fd0d8f1218c60cb3b26bf6d3b8febbd5f9f036de8fed76021620bfd11c1
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root 79adf1ff6991ac04f8a2f3d3e9b3a3b7a0cf339e8aa47efd459b5272c4e0eed7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,153
Size: 1.00 vMB
Total Fees: 0.03952077 BTC
Feerates: 111.07 > 3.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (251,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,542 663,542 00000000000000000008bc1c9ac17e3d0ab9003b0403502e411710e4d1fb20d9 2,431 1.00/1.00 vMB 72
663,541 663,541 0000000000000000000d2337755f9767ebd1ff4beaea0af080e2e837bc3c99ab 2,796 1.00/1.00 vMB 70
663,540 663,540 0000000000000000000bd7d504bc3f51ebb644fd4db415f3e8a6ea85e7404100 2,912 1.00/1.00 vMB 95
663,539 663,539 00000000000000000006f08260eca0bac26dcb728b9a0c822741caa569a85481 2,196 1.00/1.00 vMB 76
663,538 663,538 0000000000000000000ba23d781e122e1bdfa9e1e45c45ecaf93e8e32cb3b409 2,297 1.00/1.00 vMB 112
663,537 663,537 000000000000000000035940f8050d94edcebfff7f2200a88911a692d3cbb93a 1,788 1.00/1.00 vMB 84
663,536 663,536 00000000000000000005abf10af06ac533fa6a6d9ee915289308dd156e776c41 1,943 1.00/1.00 vMB 88
663,535 663,535 0000000000000000000491fee5448371ad848da280adac9199b77703781956ec 2,792 1.00/1.00 vMB 78
663,534 663,534 0000000000000000000ac83a166fa063f61a97d45ff4e50e0cfe5b91caf49856 2,560 1.00/1.00 vMB 83
663,533 663,533 000000000000000000052d6a64207d4bd23f9b7f5d0dec88bb61dadfe2060cf3 1,906 1.00/1.00 vMB 86
663,532 663,532 0000000000000000000baeef4afaf812c38b7e398d7071dfca58513df1022273 1,114 1.00/1.00 vMB 115
663,531 663,531 000000000000000000094c1ee499734da74676bb3786225d363665946e0c69b5 2,814 1.00/1.00 vMB 86
663,530 663,530 000000000000000000045f75ddb2b85f57011616da84d88c9aaf8c8a0ce54436 1,284 1.00/1.00 vMB 103
663,529 663,529 0000000000000000000d04bf81f4d5b2c7841de3bb2deb2ec7f98cececd65877 2,467 1.00/1.00 vMB 122
663,528 663,528 0000000000000000000372cbbde78c23309619e2b9fb9ef9e6aad86df9960a60 3,023 1.00/1.00 vMB 98
663,527 663,527 00000000000000000001e0232c23e552071fbd30004860ab3660857abf8fb2d3 2,350 1.00/1.00 vMB 99
663,526 663,526 000000000000000000080e1f2a3068d2279afe29b3b87511260251e8e62e587a 2,568 1.00/1.00 vMB 97
663,525 663,525 0000000000000000000a1e2972f434851d8a08be193fcbb929334c31786b94e3 2,504 1.00/1.00 vMB 103
663,524 663,524 00000000000000000006d893818d7fd1ff457653fc8cadbb8164932df2dde455 2,934 1.00/1.00 vMB 98
663,523 663,523 0000000000000000000992dda57e3573cc1dec8934ce6d4ed1a71e7c289e1c3e 2,035 1.00/1.00 vMB 114
663,522 663,522 0000000000000000000a49ac4f57bc330e09f93adb34f4d0eac96cff669186cb 2,184 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.22 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.