Loading Tool

Explorer IconExplorer

Memory Pool

80,154 transactions
30.14 vMB
0.09080530 BTC
Random Selection Loading Transactions
Max Size: 181.65/200 MB

Candidate Block

Mining Attempt 4d19acca7062c43baf2dbcec16ce9f25e6f26429a7c8d101c83227c1ab672aba
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root a744fb07e51dcbcd83b5c215fe3ff132f8f39dd365e526b872c0609cfb87ef04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,310
Size: 1.00 vMB
Total Fees: 0.02015928 BTC
Feerates: 80.28 > 2.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (297,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,165 617,165 0000000000000000000034b9c968e0c24c29155b6c745d555372e60ace25c25b 868 1.00/1.00 vMB 8
617,164 617,164 0000000000000000000531bd22b72119ce61f8d27dfa25bcad30c355f0c151b5 1,109 1.00/1.00 vMB 7
617,163 617,163 000000000000000000050c54b1aa1884f0f376a8bd9ff5cdc21be17a37e6d24f 1,311 1.00/1.00 vMB 13
617,162 617,162 00000000000000000004df5a94b8c8b105b58176e0b14eb679a206c5ae1b4841 1,733 1.00/1.00 vMB 17
617,161 617,161 00000000000000000009284d33a1d37e72fa7f2aaafc1a47e3c13d4a75f33319 2,723 1.00/1.00 vMB 15
617,160 617,160 000000000000000000019bf36d244bfff606ae0a05186dcc491b64df0faa5c88 1,997 1.00/1.00 vMB 7
617,159 617,159 00000000000000000000d9898c679026cf5b6ca200923d055a6addda37faa2f5 3,343 1.00/1.00 vMB 28
617,158 617,158 0000000000000000000b53bf3691ab7ef36840dad3d755328c17e78ffa6bd319 2,750 1.00/1.00 vMB 22
617,157 617,157 000000000000000000097c208588d3c88df02077df24e37b1615b03c04d171cc 2,417 1.00/1.00 vMB 10
617,156 617,156 0000000000000000000ae87a4cb875b16e39c366ee9c64e259986c546f0acc95 2,698 1.00/1.00 vMB 35
617,155 617,155 0000000000000000000e1e5211d2a98dd6cd472b075a2ad8e1febca951ab15da 2,948 1.00/1.00 vMB 29
617,154 617,154 0000000000000000000dd779e0d499bef287fb0dcd9db0f5eb1815df0068cc5d 2,829 1.00/1.00 vMB 27
617,153 617,153 00000000000000000000033677f402e57f41d1b217ee9ec12b61d7f38315fb4f 2,578 1.00/1.00 vMB 38
617,152 617,152 000000000000000000010cfe5d92efaf3844e500d96aadd82b27989bb2969a2f 2,606 1.00/1.00 vMB 5
617,151 617,151 0000000000000000000ad129fc24fd8e3c3e47fca10d09e3f05a05ea7e026388 2,731 1.00/1.00 vMB 18
617,150 617,150 00000000000000000002ba70bac216f79b8bad540fe78dc4e0caf9f2ed6bc904 3,867 1.00/1.00 vMB 13
617,149 617,149 000000000000000000112e8d5c4fd3f72966740df6c6b1936ae20f7a5b4ec857 3,101 1.00/1.00 vMB 38
617,148 617,148 00000000000000000004edec94da9cfcdb67535a7ab7e161eabe6f307720ea62 3,011 1.00/1.00 vMB 35
617,147 617,147 000000000000000000027abef5eaede8271d3b93e03865d3e99b22f6fc8f17ef 2,010 1.00/1.00 vMB 21
617,146 617,146 000000000000000000089e90ecacf852e2f5213788709f7d1f264de59a80fb9c 2,518 1.00/1.00 vMB 41
617,145 617,145 0000000000000000000313599c5c80bdd37e3ec0a573afe381f95bd1bbe1c96c 2,503 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.64 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.44 GB
    • Received: 16.25 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.