Loading Tool

Explorer IconExplorer

Memory Pool

42,509 transactions
32.98 vMB
0.14615652 BTC
Random Selection Loading Transactions
Max Size: 165.50/200 MB

Candidate Block

Mining Attempt f12763f2037b9e725f83920169e551b336b90c2f9ceb6625d8c4c78dba06f8ec
Version 20000000
Previous Block 00000000000000000001cb2a63283b39ccc528531fd6e8e2c415b9a7bef994f9
Merkle Root a0fd494fc5eaa783b35c67644ec1af3c6f6ec73f0f7e7330db990990e673449d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,308
Size: 1.00 vMB
Total Fees: 0.07239324 BTC
Feerates: 511.35 > 7.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,334 (788,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,502 125,502 0000000000001f13f19b4594489098f85085543473972012b5631780c55f1406 33 0.02/1.00 vMB 388
125,501 125,501 000000000000030ffa45846bc33fab38c5eca2150894dd40a072ac57f64f5272 6 0.00/1.00 vMB 0
125,500 125,500 0000000000003d46a48941799daedea70611d9947cc0e282dbe29c4ea346094e 2 0.00/1.00 vMB 0
125,499 125,499 0000000000002094e53c84589f2a6ef7f51289b78e798ddccda3121e264d536f 7 0.00/1.00 vMB 682
125,498 125,498 0000000000002c42a5e417a91123f52eac8a83d5259b7474899f0305bbd7028c 3 0.00/1.00 vMB 832
125,497 125,497 0000000000002b9d0075e94c5eb2b30853ee2b3076720485d807eedc4c52a8f6 5 0.00/1.00 vMB 2,331
125,496 125,496 0000000000000209bd1683770c76aab6488cf9399f129c8eb6f3b7873241d7ed 4 0.00/1.00 vMB 0
125,495 125,495 0000000000000bd0e4ddd607d9cfb6e59b0a9a66609fa710d81c4e74ea909e01 14 0.00/1.00 vMB 991
125,494 125,494 0000000000003841969de084670ae064f4520ff8c466cca5b39958e2a5a21129 17 0.01/1.00 vMB 915
125,493 125,493 0000000000002f1f4e8a611732e221347161964f4e3e9d04d8f585c7f50ec3e4 9 0.00/1.00 vMB 1,537
125,492 125,492 0000000000002624571cb18c6cfaad1f70a08adab11f0946eb0ecb081efc1b46 4 0.00/1.00 vMB 399
125,491 125,491 00000000000020cbdd9846b2e420f7b5ec7610db18c44d78767e9f4e8b819a3c 10 0.00/1.00 vMB 353
125,490 125,490 0000000000001a4d5e21b99a8085b1a00b67c15e98ed47c142709e74a0adb89c 5 0.01/1.00 vMB 591
125,489 125,489 00000000000012cfb9d5309007166c39f7a697b4c01236d8ea458432940dd7da 37 0.01/1.00 vMB 151
125,488 125,488 0000000000001af2ecf6b32b6395614c74a70490627b5b4079972b206ea8af49 14 0.00/1.00 vMB 1,118
125,487 125,487 0000000000000633e6a75da1445f3d262e059b18146d1de7b86f2c08915bb216 2 0.00/1.00 vMB 0
125,486 125,486 0000000000002714ba3a341f3f87c8f4a8e147c4d3375657ee735ee568f5db3e 7 0.00/1.00 vMB 988
125,485 125,485 0000000000001679c13458615907694d2897d361f7601f074e72ecdee99ac47a 6 0.00/1.00 vMB 0
125,484 125,484 0000000000002a76b5437e46767bdac680e9e037ab1a9b4bd5e081f074259381 8 0.00/1.00 vMB 345
125,483 125,483 00000000000002f008269bf355398b06f7fce51afffefb19cd4c7dc347716ca7 37 0.02/1.00 vMB 309
125,482 125,482 0000000000001bcdeaef11ae5bf8d23c17121dfdcd9b5f0ad7d31796c5db224b 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.19 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: 584.48 GB
    • Received: 9.39 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.