Loading Tool

Explorer IconExplorer

Memory Pool

67,747 transactions
25.88 vMB
0.06074853 BTC
Random Selection Loading Transactions
Max Size: 155.86/200 MB

Candidate Block

Mining Attempt 9181fb9212d9699f8ceac6c4c13569bf629062e7a38a09ae422a2d29c37f2e06
Version 20000000
Previous Block 00000000000000000001b6180953ba237da99d2589400732ee189435ab9bc3e8
Merkle Root ebf73f8199ffbfcc0d2897abff7385a1ce652656e4a398fe4fb701fdf1afc4d0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,145
Size: 1.00 vMB
Total Fees: 0.00584877 BTC
Feerates: 150.80 > 0.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,491 (788,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,055 127,055 00000000000004b2e696e454d92faf86fc00c86cc63cfda01a6ea6c1190d1ef4 34 0.01/1.00 vMB 374
127,054 127,054 0000000000001ab724fb35733ba28668bd66000363a43a68970efc7ad1b4983c 11 0.00/1.00 vMB 331
127,053 127,053 0000000000001dd33a8750574a078fb3a2bb8f6d56d589ad7b8686a3ac2bde35 66 0.03/1.00 vMB 1,699
127,052 127,052 0000000000000c3452a2dc744c2abc39781b8ed283ac0aa3e7ddb316d4669267 119 0.04/1.00 vMB 2,427
127,051 127,051 00000000000022c1718653cb526ed36aad68a55bbb224d28b125881d6e37b9d3 32 0.02/1.00 vMB 532
127,050 127,050 0000000000000dbd654ff2fb9a8bafe48383dc9f2460722a0da0481b13d52d87 2 0.00/1.00 vMB 3,875
127,049 127,049 0000000000000142e64450b8c0c38d2789d561966fab5981d78c2de937f0bfa9 3 0.00/1.00 vMB 245
127,048 127,048 000000000000210fde0ade36cbb7622b182c1e960bb51f9bab55abf8299cbd45 2 0.00/1.00 vMB 0
127,047 127,047 00000000000011050c8d9df40841c673e98bbcf60a128dfd4018f8ebc7debb2e 1 0.00/1.00 vMB 0
127,046 127,046 0000000000000ce38a500cbbea625d9f29a37aa17d3937733e47a3e493f87ccc 47 0.02/1.00 vMB 248
127,045 127,045 00000000000025211974edb96696531dea34b6e23e7838842785346367615874 14 0.00/1.00 vMB 1,937
127,044 127,044 0000000000000ed24bb65c018a2125f4eaf19ae02b225b3852336edcb956e294 2 0.00/1.00 vMB 0
127,043 127,043 0000000000000b3c51182d114713b14613b674fc5a7dfcd26448df86ebcb2c84 45 0.01/1.00 vMB 506
127,042 127,042 0000000000001f95fc06ce386e0ae08f5d6b1290c7d49a51dca8a97dead62991 35 0.02/1.00 vMB 475
127,041 127,041 00000000000024083f3c5915a9d4c79e9a8c5fd7a3d71fc3ae7edc80a0854b21 3 0.00/1.00 vMB 0
127,040 127,040 000000000000050f2418a2d6b20fc31e883d896bec1a074c42c82768f8420ad4 1 0.00/1.00 vMB 0
127,039 127,039 00000000000004e8a0884106b9014c3c2ff7b9f9e91fafb07982c65495db6d7f 67 0.02/1.00 vMB 331
127,038 127,038 000000000000199a091732f7ef2fcdd87f25c891a4c3d4e0fb17e2fabe862c16 39 0.01/1.00 vMB 1,218
127,037 127,037 0000000000000f0ff5394858348b70e53934b83e7d76e7a870ba3d233cb8a783 62 0.02/1.00 vMB 413
127,036 127,036 00000000000020b9c1ef2bf511398607a7abf943950df614e8a136b6ef9da774 28 0.01/1.00 vMB 976
127,035 127,035 0000000000001a2264c6dd435f29c261feb8dde49678514f2e811ca98653ea9e 64 0.03/1.00 vMB 1,079
Previous 10 blocks ↓
Total Size: 783.25 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: 761.34 GB
    • Received: 19.12 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.