Loading Tool

Explorer IconExplorer

Memory Pool

43,155 transactions
28.01 vMB
0.06168206 BTC
Random Selection Loading Transactions
Max Size: 147.71/200 MB

Candidate Block

Mining Attempt 66ad01d199a9d67ab63e9e0dbb355140dd057c66776ebb0548965753f4e9267d
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 927c93f34c44b060c9f4ef43eda1b62c5ed3a0811c6f7b267c1209564420a81a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,950
Size: 1.00 vMB
Total Fees: 0.00905738 BTC
Feerates: 100.21 > 0.91 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (672,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
242,710 242,710 0000000000000006ddda4fd428d70051c62cf69979f2e931cda53411f40bceca 145 0.08/1.00 vMB 82
242,709 242,709 0000000000000076ed9c27a540f286516d75a4c929c693c0c3e0c81bfdd336b3 312 0.19/1.00 vMB 125
242,708 242,708 00000000000000858478f82a1a5066da65ba7b6047bea536c9dab5e8ddee2cfc 249 0.15/1.00 vMB 70
242,707 242,707 0000000000000020496cf521317a3852edaa6face26f3dcbe9c5c0c1d6e82b25 466 0.25/1.00 vMB 1,247
242,706 242,706 00000000000000dcd05bc83bbf8983856d1c38fceae0e98df137edb7ccc795aa 342 0.25/1.00 vMB 142
242,705 242,705 000000000000003c815e9e29bc426c02e04343602b5fe1a8c63559371003f2b5 734 0.25/1.00 vMB 544
242,704 242,704 00000000000000bcca14825a697b3319fd88cd1668a0dc8d8081e4a85d576ad6 75 0.03/1.00 vMB 144
242,703 242,703 00000000000000c816eac69d289cc86f638a8a5b053584cd4b4d1eb056adbe12 62 0.06/1.00 vMB 83
242,702 242,702 000000000000008f0ea3c9b07b3284ffdaad5b0dd31997ea1d02742bc9a185cb 42 0.02/1.00 vMB 106
242,701 242,701 0000000000000035054271c485c0c1e7d0581d22196ef7a11b00ab308c9a20ad 234 0.11/1.00 vMB 292
242,700 242,700 000000000000002d6aa3455150dc4ed11205a84269ec9d8248c74fba1760ca6c 188 0.12/1.00 vMB 62
242,699 242,699 00000000000000dc5ae05df52108da0b593edb2eee81649ba8a823464c5b7d39 660 0.25/1.00 vMB 226
242,698 242,698 00000000000000a73baa0aed40c511d04c81df851fcfd15bfa5fc777c2d7a483 60 0.04/1.00 vMB 351
242,697 242,697 00000000000000227404f07f51ae9a3b08a5d7677bc6887a73cd6ebe46d36e65 108 0.05/1.00 vMB 145
242,696 242,696 000000000000009dca57b5f44890fc1e8afa78582e585ed8924b8dfeba4756b6 425 0.20/1.00 vMB 145
242,695 242,695 000000000000001f8664fa65236f5c8132f84c6b96b930dbdc11ac335d2a034f 263 0.10/1.00 vMB 187
242,694 242,694 00000000000000c30ec38ad2b0bea5b44e5d6838c5671540d020871267405ce6 108 0.06/1.00 vMB 138
242,693 242,693 0000000000000041e84713e2d9d0c5523b6973895d9e8332388d04a677417df0 81 0.04/1.00 vMB 145
242,692 242,692 00000000000000c1cff7d9aeaabb5a9d896f35ebb174d9546b8d17762142311e 149 0.10/1.00 vMB 92
242,691 242,691 0000000000000048ac173d1e895dd7e9010b827055db428a4e2d2dabcfb2eda0 86 0.05/1.00 vMB 102
242,690 242,690 0000000000000044bbc0e091818581b5478b1a21d4a6f5c1fc5344fc3591b707 320 0.13/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 782.10 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: 651.68 GB
    • Received: 13.63 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.