Loading Tool

Explorer IconExplorer

Memory Pool

43,555 transactions
27.09 vMB
0.06477614 BTC
Random Selection Loading Transactions
Max Size: 142.58/200 MB

Candidate Block

Mining Attempt 87a7ffb2294a94f8f881dc2f6d79262d99118568e3710eb3084e5cf73b8f7e4c
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 63dc13a51589a0c76d0ba5029edb5d73053910d70256d6c0a0f8b0d5db5a9e34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,231
Size: 1.00 vMB
Total Fees: 0.01434204 BTC
Feerates: 151.15 > 1.44 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (113,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,150 801,150 000000000000000000036787937e6c0b630364cec91725cd76edcded94f03b24 2,658 1.00/1.00 vMB 9
801,149 801,149 000000000000000000000df1ba762685a339e6439d97fc11ec23fafa9070d132 958 1.00/1.00 vMB 7
801,148 801,148 000000000000000000040ab162b31eda826a69cd5c74295ad1032420884ba8b5 3,282 1.00/1.00 vMB 12
801,147 801,147 0000000000000000000388f5b5586f5f50cebe9f1d30a2a9178eb948d782864c 1,785 1.00/1.00 vMB 17
801,146 801,146 00000000000000000000d41f5b243e8388566b6899600447d830e3b217cbe07a 870 1.00/1.00 vMB 9
801,145 801,145 00000000000000000004b37355e4653f92ab2338f096f40b9229b9f291bd2911 494 1.00/1.00 vMB 7
801,144 801,144 00000000000000000000e033e8e0b905ef90c56b470d6a9df66f95a454051a99 3,746 1.00/1.00 vMB 12
801,143 801,143 0000000000000000000017a358b99701042720c06c557b68ce116073bc3b1b21 3,095 1.00/1.00 vMB 11
801,142 801,142 00000000000000000000d5037d0a72379382a6b41e7a5795f9642d82432dcbf9 3,406 1.00/1.00 vMB 12
801,141 801,141 000000000000000000012319aacef99f7f355a9caf7a45ff1608260351335922 2,685 1.00/1.00 vMB 16
801,140 801,140 000000000000000000001d159363be40a8302e7b5a7155134d36e7546d666687 2,143 1.00/1.00 vMB 10
801,139 801,139 000000000000000000029e3356d4266b6c5af0f89d7be4f788c87794f7195f71 2,471 1.00/1.00 vMB 17
801,138 801,138 00000000000000000002ecbdbdde29f5032a8eb4d7ff733546340d36b3ad82a2 1,888 1.00/1.00 vMB 13
801,137 801,137 0000000000000000000239992030a558c355b1433d7cbc56d55409d50c4d3911 2,011 1.00/1.00 vMB 17
801,136 801,136 00000000000000000000201e40934e9f74a4e029ecc788b3efd6d401548d9b24 2,640 1.00/1.00 vMB 18
801,135 801,135 00000000000000000000ba12e21ea909c6eaa9a50174fac9fb5781ba7fc9e7e9 3,458 1.00/1.00 vMB 16
801,134 801,134 00000000000000000003e2bd81d1f3e0c92ba20d0551bbfbf0d184e350f07511 2,662 1.00/1.00 vMB 26
801,133 801,133 00000000000000000003115a4e6a94838eb73bd73cb3148702a005aecc4b64e2 2,979 1.00/1.00 vMB 15
801,132 801,132 000000000000000000001b1f716ad1cbd5f7002fb4e19b13b75715d8d36e2646 1,756 1.00/1.00 vMB 14
801,131 801,131 000000000000000000016ed6eb5866da5565eae6320fcdd58c24d6a814be379e 3,016 1.00/1.00 vMB 24
801,130 801,130 0000000000000000000395d1ab23eb60c4b48a9010439ed5060ca88e81c81e8e 3,342 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.19 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.