Loading Tool

Explorer IconExplorer

Memory Pool

80,433 transactions
29.69 vMB
0.07034236 BTC
Random Selection Loading Transactions
Max Size: 179.16/200 MB

Candidate Block

Mining Attempt 90099f7138d282928bb5e46aa26be1755394c737177f01beac181b72fc41eeab
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 162a5b5f6dc4a8f6fcf4b34247c9afb368948c473e49b20866e36a4956426c22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,105
Size: 1.00 vMB
Total Fees: 0.00991196 BTC
Feerates: 502.67 > 0.99 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (253,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,144 661,144 00000000000000000005b68fe6230972b9a71ca26b6b5fdbbdfb5fbcfca5c2e8 2,416 1.00/1.00 vMB 40
661,143 661,143 00000000000000000008862fa0a6003d34fcf34cb33872f748227c3dac0a9d5c 2,194 1.00/1.00 vMB 29
661,142 661,142 00000000000000000009a84f013f4a6db5e2675dbcc505e0872f68359a51ba51 3,095 1.00/1.00 vMB 65
661,141 661,141 000000000000000000075739efe01ac2d39fd8d154688ea52a7e98d25b5601cc 2,160 1.00/1.00 vMB 10
661,140 661,140 000000000000000000035f9f646f12c314b4a6eb0fef8c41c6cdaa111b1b14b6 1,878 1.00/1.00 vMB 11
661,139 661,139 000000000000000000087ec3a23910a221b2cceb3ba3d836d37d7946145dc91e 1,841 1.00/1.00 vMB 55
661,138 661,138 00000000000000000009e8f66c6656c629c389f2b338ba9a4da571ea9a14e131 2,402 1.00/1.00 vMB 12
661,137 661,137 00000000000000000007e15734bd3e6d5dc84587fd4b9b0d68d07ff532759a58 2,301 1.00/1.00 vMB 44
661,136 661,136 00000000000000000001a6a746584a90ee7caef737acce5810ee07d24ceb57f2 2,946 1.00/1.00 vMB 39
661,135 661,135 000000000000000000061503dab94ff1ff9c84d438bc468ac9fb3b50705e9aa7 2,961 1.00/1.00 vMB 80
661,134 661,134 0000000000000000000a764a156b0fa12b5d85db3fa296820e1ac604d3521c6a 2,704 1.00/1.00 vMB 66
661,133 661,133 0000000000000000000e54a16a6b6962ace461037d66eed368e9a82ecfe96e21 2,822 1.00/1.00 vMB 30
661,132 661,132 0000000000000000000da04576b1f4f9cd2f30c987cbed546e7f5eb3f6461a67 613 0.36/1.00 vMB 32
661,131 661,131 000000000000000000015e0750cf9dd4073bb4dfbb62c24872005c9cdccee381 693 0.56/1.00 vMB 24
661,130 661,130 0000000000000000000b956a5482f31064b2851730bca5ad155f178b917c6203 891 0.48/1.00 vMB 22
661,129 661,129 0000000000000000000de598dcfa4f910235d527de8ffa05759ad94a85165f60 1,796 0.68/1.00 vMB 30
661,128 661,128 00000000000000000004da5170b6d795ff56ac6024e42a295849f4d12840d1c1 932 0.42/1.00 vMB 24
661,127 661,127 0000000000000000000d14b8d774c0803b8124d89a33e253d627c67b83f7550a 1,067 0.97/1.00 vMB 13
661,126 661,126 0000000000000000000d3ec023d05b25cf6d363ef8c0d081a6d36f1556cd623d 1,215 1.00/1.00 vMB 6
661,125 661,125 0000000000000000000ceabd6369ed5ce855d4e6e7efe01e020d0fb8c1493103 2,522 1.00/1.00 vMB 38
661,124 661,124 0000000000000000000438c530cd1f9b31d4d7a6af7b84a93b446ff66c2527e2 2,198 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.