Loading Tool

Explorer IconExplorer

Memory Pool

45,091 transactions
28.58 vMB
0.08263355 BTC
Random Selection Loading Transactions
Max Size: 151.52/200 MB

Candidate Block

Mining Attempt 6e06d91a9d6b9b5ba764a1d732244789e011c438a0fec4e1d2cdcf78d5c2ac7e
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 165459d694a34764cdceff1655268a144e246987a4766e059e4ea0b4fa68025c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,713
Size: 1.00 vMB
Total Fees: 0.02833184 BTC
Feerates: 150.92 > 2.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (313,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,173 601,173 0000000000000000001103b42cd536f6ced6ade81cede874a811e3f0eed81e07 2,344 1.00/1.00 vMB 53
601,172 601,172 00000000000000000011411db3b1645143192ba82f38f2556093e8af1c6d674e 1,315 1.00/1.00 vMB 13
601,171 601,171 0000000000000000000d18e593ec1591dc78e2435bd81337fe1172348a570768 2,703 1.00/1.00 vMB 17
601,170 601,170 00000000000000000013e8c229fa1e971ce0f0aeff92195a7f2494da2a615f83 2,300 1.00/1.00 vMB 19
601,169 601,169 0000000000000000000d7fca770bf68a2c02d8d1f5cd17f812c1e888f0d80f76 1,765 1.00/1.00 vMB 25
601,168 601,168 00000000000000000013857895025b8ede3303b4b780ac1b086f66ee42407206 2,016 1.00/1.00 vMB 29
601,167 601,167 0000000000000000000018e12397498afbecde98d67999f911da81f84340bc9b 3,002 1.00/1.00 vMB 41
601,166 601,166 0000000000000000000b2b15528a3c44c7d16b7e7b2874b54e57a4dd36c5974c 2,208 1.00/1.00 vMB 31
601,165 601,165 0000000000000000000e87e2cea0b91096da45e4bda27bab12428c280cdd546d 3,225 1.00/1.00 vMB 41
601,164 601,164 0000000000000000000ed4c0644a6929acd0c530cb58ca4681efbd62f9580d31 2,624 1.00/1.00 vMB 61
601,163 601,163 000000000000000000078f15af25f870f1904559ade489d524060d0049e69dc3 3,160 1.00/1.00 vMB 35
601,162 601,162 0000000000000000000a87b3bcaaf86930b2ccc4da0c7765086906badb37b256 2,923 1.00/1.00 vMB 44
601,161 601,161 0000000000000000000f4c8e00fdef50f64e39d800a8e9d72908803d48341f76 3,180 1.00/1.00 vMB 38
601,160 601,160 00000000000000000003fe24217917d40a8f4c37c2fbe87785bab651203e85d8 3,106 1.00/1.00 vMB 61
601,159 601,159 0000000000000000000b9cc10fd68443074340d49d3ac043c7182e9275312901 2,756 1.00/1.00 vMB 53
601,158 601,158 000000000000000000005b12c4347c9785811ab1050c0d2821b23e9f5acb4380 3,042 1.00/1.00 vMB 76
601,157 601,157 00000000000000000011b6acf59b74613e19734ea3ed5b1039272ef19f5edcc9 3,076 1.00/1.00 vMB 72
601,156 601,156 0000000000000000000dff959a6515c257852de64557f3d83a5875850bd20a47 3,011 1.00/1.00 vMB 59
601,155 601,155 000000000000000000044c6332bf6eae0432257ffded229283502a39b30b0274 2,759 1.00/1.00 vMB 52
601,154 601,154 0000000000000000000c4929cd446f9510ad74579fca6232b7a5ca1d277419d4 3,420 1.00/1.00 vMB 61
601,153 601,153 00000000000000000005682fe2f83be014c51d10c5bfb59f85a618352198219e 2,956 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.05 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: 650.94 GB
    • Received: 13.36 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.