Loading Tool

Explorer IconExplorer

Memory Pool

77,991 transactions
29.07 vMB
0.07052071 BTC
Random Selection Loading Transactions
Max Size: 174.05/200 MB

Candidate Block

Mining Attempt 455f55e92a51fc21c7be43a3cc8f70c7064029e95caed87e15b1da7f92a1ce35
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root b579c8ffc088abd8be5109e389248970091f254b5b4435dab2106d82900e298f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,270
Size: 1.00 vMB
Total Fees: 0.01170043 BTC
Feerates: 73.20 > 1.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (313,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,057 602,057 00000000000000000011407eb42c95375aaf83163058fec4c601adb272998fd8 730 0.24/1.00 vMB 23
602,056 602,056 00000000000000000005efdb5b226ead53347b2c18dde87df26569d3bec5719d 395 0.13/1.00 vMB 20
602,055 602,055 0000000000000000000c9ddb44351cc770c01dec8760ef5a7d04305a2725fa27 1,037 0.48/1.00 vMB 8
602,054 602,054 00000000000000000002a1cd45baa0cc978947f3c0496bdbfdea95a0f681a560 2,583 1.00/1.00 vMB 14
602,053 602,053 00000000000000000009a5f2add688b7a3437f45541fd5aa58ba53a6a940732c 2,756 1.00/1.00 vMB 15
602,052 602,052 0000000000000000000465154dacf40e13a29c74e92afc3893f693b802a6f09d 2,201 1.00/1.00 vMB 45
602,051 602,051 000000000000000000020be40f562f1bdd50398288e88926a2a6b52d1e1dad94 1,889 1.00/1.00 vMB 17
602,050 602,050 000000000000000000002e45284dfd2ae441ae8770c4bb769bd9bac6ab870f0e 1,670 1.00/1.00 vMB 21
602,049 602,049 00000000000000000007d29df8461612c989fd23ff667d7b3e92b315b44d999f 2,027 1.00/1.00 vMB 22
602,048 602,048 00000000000000000011c2cfc3ca81490265eaeb7072549ba9a3d7901ee493c3 2,687 1.00/1.00 vMB 28
602,047 602,047 00000000000000000012c52db427d096a59174900b93547c313f18761742f424 1,548 1.00/1.00 vMB 54
602,046 602,046 0000000000000000000f11c7dfcb97831f85a46e7b294f2844f2382a184bbaea 1,123 1.00/1.00 vMB 88
602,045 602,045 00000000000000000004b4a71242c6eefd3e2f927e890487e21d5d17a8371832 2,472 0.92/1.00 vMB 13
602,044 602,044 0000000000000000000c79621f74a9b074dac8f6d2c3157d44e598aa655f1efa 1,941 1.00/1.00 vMB 27
602,043 602,043 00000000000000000000ce67422d33585cf4599e3641120201fc67447810e2f3 1,499 0.48/1.00 vMB 19
602,042 602,042 0000000000000000000a9e5d6e69456a0d0c0a3eadae7e92250f8b4df66c2271 3,375 1.00/1.00 vMB 24
602,041 602,041 0000000000000000000a21796b744ccba43b26c6e9fdce0100214c0f88068a6a 1,094 0.40/1.00 vMB 21
602,040 602,040 0000000000000000000b1a0d84790ed985738cc7d7d63a63920ba4329e08374b 1,175 0.32/1.00 vMB 23
602,039 602,039 00000000000000000010638a56c2fa90b0091f8a9eadb03130133fea0e2ecf9b 3,021 1.00/1.00 vMB 4
602,038 602,038 00000000000000000013c4db77c17b590caa91a9e631e44d1fea6ecd2f8143c4 3,047 1.00/1.00 vMB 32
602,037 602,037 0000000000000000000e237c53871bbc4c536e0a51cc6dc17cff8cc9e1d44581 2,694 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.50 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: 668.38 GB
    • Received: 15.49 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.