Loading Tool

Explorer IconExplorer

Memory Pool

74,336 transactions
27.58 vMB
0.07495822 BTC
Random Selection Loading Transactions
Max Size: 168.03/200 MB

Candidate Block

Mining Attempt 2aab691d766d7d304169eed105e22d12411f3d113560f74255baecf35dc15e1b
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root eaac43b978b6681d1fb413e2248d89c0964c000179d0934a0f4669d6a72a05d5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,060
Size: 1.00 vMB
Total Fees: 0.01607621 BTC
Feerates: 402.60 > 1.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (807,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,063 108,063 0000000000018d4011b19b4aa04adffdd27e87ae21612cb992014b74795f466d 35 0.01/1.00 vMB 1,279
108,062 108,062 0000000000019bad1b6c901f9f1d29744c8ea2bf29b31b9b195e71ab884780ff 12 0.00/1.00 vMB 937
108,061 108,061 00000000000004b210127d6ddabaec0bfb0b8730edb8f7be76fcc8813a6cf67d 11 0.00/1.00 vMB 0
108,060 108,060 00000000000027969fb2c0fa7cb47f64f425d85ed3480ba385f1e52ca0815b2a 13 0.00/1.00 vMB 0
108,059 108,059 000000000001119b706aaabbe267cb12f3b17b6ee310f47ec1c45627330715a5 13 0.00/1.00 vMB 315
108,058 108,058 0000000000024ec8532aa451f443e7bc68ae7be55a040c16c469a0bcadb969f1 8 0.00/1.00 vMB 0
108,057 108,057 000000000001ec07bc19dd4e1078fc52a8eb2c17dd7e186ff0fae29d9406fccf 40 0.01/1.00 vMB 0
108,056 108,056 0000000000026c0750be76622e4958486df9bae22ab99928fb96791464897769 12 0.00/1.00 vMB 0
108,055 108,055 0000000000018e3669d9ef9f99a429b316d9fef7eea3d234277b81b7955f014f 6 0.01/1.00 vMB 537
108,054 108,054 0000000000003f9c56f04b1bdc397271c7341f9f5c1dee266c74d88da056110b 9 0.01/1.00 vMB 366
108,053 108,053 00000000000180c4ac8f124b21c6064257c01be3b6e8e82aa8a11def4a9dcf40 6 0.00/1.00 vMB 0
108,052 108,052 00000000000018418c572bfbaac062c6bfa8ad5637c94e4984c8c60e68117591 4 0.00/1.00 vMB 0
108,051 108,051 00000000000154183c6847ceb8031b02577c5973ad539748b15e82afa1d76b02 2 0.00/1.00 vMB 0
108,050 108,050 0000000000027cee61cd155f256495deef27f9c4075d1f438b52950ffdc65b8e 4 0.01/1.00 vMB 0
108,049 108,049 0000000000018c8b011d90da12c1258b29e32c6f17f8ba63755f1cfb2c7dd299 1 0.00/1.00 vMB 0
108,048 108,048 000000000001a382707537c959fcfce117a3ddfc6032721382fc3ba8d461355f 2 0.00/1.00 vMB 0
108,047 108,047 000000000000b860fc4377d790548b4ab0c1003f1755e4b9a691b2c7c48aedb1 5 0.00/1.00 vMB 0
108,046 108,046 0000000000013916307481713887abf7d8fd0720befb6b16d6f15d048e28a269 4 0.01/1.00 vMB 0
108,045 108,045 00000000000027df798aa035b0b6120d9480799c24933fedb3d0e49d35a2d59e 2 0.00/1.00 vMB 0
108,044 108,044 000000000000df34e3996cebb5c33562e0193ef00d6b40ba159d8777df313420 1 0.00/1.00 vMB 0
108,043 108,043 0000000000005f183acb9711e1e9c2e1f770b59fbe7e1799fc4de502e1326ba1 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.