Loading Tool

Explorer IconExplorer

Memory Pool

40,464 transactions
26.01 vMB
0.05971991 BTC
Random Selection Loading Transactions
Max Size: 135.52/200 MB

Candidate Block

Mining Attempt f9df4ee83802756723fa3d96e64cb81b1963f75f16b2acaef9abbe48c4f1f927
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 90fdb1bd82de3c8283c46c71ce1121fff51265c59bbb0388013e144e5c334bdc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,813
Size: 1.00 vMB
Total Fees: 0.01243658 BTC
Feerates: 151.16 > 1.25 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (608,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
306,600 306,600 00000000000000002b52c65572066a620aadd81a54b93725e56b8a997711edc4 689 0.75/1.00 vMB 20
306,599 306,599 000000000000000040c266bfd5d52214e7bdf3db7f807b18ed54fe07e5b37290 338 0.35/1.00 vMB 18
306,598 306,598 000000000000000040abb4d866301d8eabb1681357e53508ca15505537446301 689 0.35/1.00 vMB 36
306,597 306,597 00000000000000003f5eb23dd57612ec119853b39afbe513a18141549ab85418 930 0.35/1.00 vMB 49
306,596 306,596 0000000000000000037dfae697a34d98b47b365dde3dae72971bc8988d3e33ba 49 0.04/1.00 vMB 16
306,595 306,595 00000000000000004e0c1ee6b56849b5d3de16bd6c08a6dc3743800176c934fb 411 0.21/1.00 vMB 32
306,594 306,594 00000000000000000b01e471b955a45a248292685bd69a41578132f447527d6d 633 0.39/1.00 vMB 31
306,593 306,593 000000000000000000915ac3255bcff9f1ee95743603cb4d0b95fedadd586c5d 80 0.04/1.00 vMB 42
306,592 306,592 00000000000000003a91992aedbcb23136450c637762f0975da8217692730cb5 306 0.15/1.00 vMB 34
306,591 306,591 000000000000000009a84aee76e1bea8ef62082ad8e277571d8b7bc721c75982 696 0.33/1.00 vMB 33
306,590 306,590 000000000000000030a4d906a32dbe472f72c8863844882245f0999a49f62841 758 0.39/1.00 vMB 30
306,589 306,589 00000000000000000b06c4eda4a149211a964fe5b3323e36ef2ae70231fe059b 445 0.27/1.00 vMB 30
306,588 306,588 00000000000000001c73a852d093ac830773ff6c6bcc8ecdd7ba452ba97d3726 375 0.23/1.00 vMB 28
306,587 306,587 00000000000000000786f13fd20317df2c6175e2ea2702362c6b61ac60c80777 24 0.03/1.00 vMB 15
306,586 306,586 00000000000000003c6525d95dd9efef59f8e9feddad8820bcac9b12df2a80b9 85 0.06/1.00 vMB 25
306,585 306,585 00000000000000004117997187b7577fd4e870eec6cde1e2d081cdeeb962ab05 14 0.05/1.00 vMB 13
306,584 306,584 00000000000000002bb9c1062c42710ee2adfde04f2ce7e82433bba46c49658c 13 0.00/1.00 vMB 28
306,583 306,583 000000000000000047889ef36e48a8cb29843c70b3b3a07e172339efd9f23bbb 356 0.21/1.00 vMB 27
306,582 306,582 0000000000000000006352e00b8715d17abf0d5876ad08a362a1a45d71881910 500 0.28/1.00 vMB 33
306,581 306,581 00000000000000000dd892bd636902e2d2eb868697e629d6e0f23fac96f368f6 755 0.39/1.00 vMB 34
306,580 306,580 000000000000000035a573ce5ce555946c198cbe308c978072f76d6799b4a474 68 0.02/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.16 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: 653.25 GB
    • Received: 13.83 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.