Loading Tool

Explorer IconExplorer

Memory Pool

84,251 transactions
31.64 vMB
0.14119894 BTC
Random Selection Loading Transactions
Max Size: 188.99/200 MB

Candidate Block

Mining Attempt e37e685035a434728418df8ae8db52527d96ad73f3a5680782bff6fc22d4399e
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root 2bbab269bc51f75ae7e39abe71088e62a6a19a76d5c7df2211077f3593564031
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.03695859 BTC
Feerates: 55.77 > 3.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (373,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,912 541,912 0000000000000000001fc1ebd1785b3e6e98db6a0e51e38fc4a2e0d883a91134 2,331 1.00/1.00 vMB 7
541,911 541,911 00000000000000000026f2be6344dc09e67ef1736b32a751f082087ba6a74217 2,895 1.00/1.00 vMB 17
541,910 541,910 00000000000000000018ff57dc42af9e126cc7a1531f0392ab0fb1a64004f88b 1,754 1.00/1.00 vMB 12
541,909 541,909 0000000000000000001725ce8b2ae0345cf92aa868878ff6021c1284c7c398c0 2,791 1.00/1.00 vMB 17
541,908 541,908 00000000000000000001b8639195089733535d3260fa0efd2fdbb8b43cc02162 2,889 1.00/1.00 vMB 20
541,907 541,907 0000000000000000000d4be426c88177bec2324c2ed98a34fd7e606f52f932a3 2,275 1.00/1.00 vMB 37
541,906 541,906 00000000000000000000069e14e679a07b0796c9559eefb6c54efaae2c29a90e 711 0.24/1.00 vMB 17
541,905 541,905 000000000000000000068adb17edfeeaefc5c80547549bd152b4a82a7844ed4a 777 0.45/1.00 vMB 8
541,904 541,904 0000000000000000001cfced4be0457230b641b63c0f762409c199ef27754824 1,129 0.53/1.00 vMB 17
541,903 541,903 0000000000000000002207a1d88aa3168a1e7a827e8c4d40fbe1d015b7b4f903 1,552 0.85/1.00 vMB 11
541,902 541,902 0000000000000000001b68c4898008fd6defb6d6111a2fcdef6c92f3abf2b48c 1,445 0.87/1.00 vMB 9
541,901 541,901 0000000000000000000562c3606009cdc6c2d9f258af9fc496bc5b17326d5aa1 1,268 1.00/1.00 vMB 10
541,900 541,900 00000000000000000009ecbe804f2e64be72eb799d1ef3916e25c799a491c166 1,621 0.99/1.00 vMB 10
541,899 541,899 0000000000000000001edbf18c098ec26f4aa925f8d55722c882484c2cb18fc0 1,283 0.99/1.00 vMB 3
541,898 541,898 0000000000000000002202eafe4e006dfbaa6408d664ef41449bb3f62b09b7fa 684 0.32/1.00 vMB 35
541,897 541,897 0000000000000000000ec88ed4288eb0d638ebf52cb435d1ee763760f1119737 1,150 1.00/1.00 vMB 4
541,896 541,896 000000000000000000253bd27abc998c7db33e35892d3fae95e4114ffa60e28a 2,647 1.00/1.00 vMB 21
541,895 541,895 0000000000000000000e15a58c0f006970ef872eab4239d42a0efde3a582e64c 1,571 1.00/1.00 vMB 2
541,894 541,894 00000000000000000002cb120ac1cd562b7e5eda03959d7b55befc50fb6f7ad9 2,688 1.00/1.00 vMB 20
541,893 541,893 000000000000000000185e4e5602eacd972878bb3bdb7e4b9dbc2eb1cca92d7b 2,439 1.00/1.00 vMB 37
541,892 541,892 0000000000000000001602c9f6c1e6edc6e45376e3c30229e05d7e87c9d47881 385 0.35/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.