Loading Tool

Explorer IconExplorer

Memory Pool

26,124 transactions
27.58 vMB
0.05714137 BTC
Random Selection Loading Transactions
Max Size: 131.84/200 MB

Candidate Block

Mining Attempt ca53763e0b7a37af539ac82536139936ca0253861af51a54d92384250c872721
Version 20000000
Previous Block 0000000000000000000027f10646a10b5efba6c9534cb2ab75fde3381e97b9ae
Merkle Root 8fb71896e50c03b6466fca702b8528650ad823d1fdaf6a2de8d4c019a395e7de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,907
Size: 1.00 vMB
Total Fees: 0.00430110 BTC
Feerates: 6.62 > 0.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,500 (680,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,819 233,819 000000000000016ac3f14b06c89ef30bbc34c1acd46292a249a81692a7cd1cf1 6 0.00/1.00 vMB 0
233,818 233,818 000000000000018bcb4cbd2edf4490acd9a9b3200f607b5868321361f54c38b6 264 0.25/1.00 vMB 60
233,817 233,817 00000000000000fd54e44f89e50ec9f055087466c299f4cb6c92c6e7d7b68b19 595 0.24/1.00 vMB 3,875
233,816 233,816 0000000000000122a18007a5bb9b7b7dc3da9a91549e65f621f4406a1a761be5 332 0.16/1.00 vMB 128
233,815 233,815 000000000000014489dcab6f399a87c37d6ca2ebaac2d6c9d4f26acc101ccbd7 577 0.30/1.00 vMB 171
233,814 233,814 00000000000001758e4b42e688388da306bc96cfb1ba0c4ee92a4c99ea3e5bb3 511 0.23/1.00 vMB 144
233,813 233,813 0000000000000164ec75322e0b5f49bc0b92f1b1deade654523cb564aaf672a5 256 0.10/1.00 vMB 159
233,812 233,812 00000000000001a2ed6ef406382ba9ef7dfbe6479d1ae20b9c59acdc13ffa284 331 0.15/1.00 vMB 131
233,811 233,811 0000000000000091574b9e11f413ed8d5e1bbcacb097c903a86855dfed48d4e1 343 0.16/1.00 vMB 137
233,810 233,810 00000000000001047abc79560d9a9d24118335a5ca4e76d206ae6cb4c86afadd 548 0.22/1.00 vMB 193
233,809 233,809 0000000000000191c3b288d60c872786d0a407cb2e6243bb14555ac3f47da684 872 0.33/1.00 vMB 154
233,808 233,808 00000000000001247b72e1894e4ce39b2d7194c6b7de057aa986fb3aed3044e6 293 0.11/1.00 vMB 150
233,807 233,807 000000000000004e4ad3fb4a865a6790843b91992140022ddaf6692490d876bd 511 0.19/1.00 vMB 204
233,806 233,806 0000000000000138bcd073bc8fc067853b9e1bf2c12f4dffd4b5ce6e6afdf298 207 0.10/1.00 vMB 134
233,805 233,805 00000000000000a3b28fa9916d8b7362a84f723f026670361c3b48eff1e1c593 379 0.17/1.00 vMB 144
233,804 233,804 00000000000001cf4407590991b7faa824bb3e12c4043341f04187a353f0f1c2 141 0.06/1.00 vMB 152
233,803 233,803 00000000000000c1cf62ea9abdd2bdc20fed6db92e021377e1f7f736542b8e4a 486 0.21/1.00 vMB 152
233,802 233,802 0000000000000026258351881112ad5da4f17012854fce29243213300657796e 119 0.05/1.00 vMB 148
233,801 233,801 000000000000014858c01f6a4b236a52c3876d6613d3fee6f99a0f4388cad527 245 0.09/1.00 vMB 158
233,800 233,800 0000000000000043946e0e25e87b7a7a8c08ea6c2099f67419cb77d3bcb63c18 203 0.09/1.00 vMB 116
233,799 233,799 000000000000016990e0071c7efb693d53e7a6c1f0b66caeb0c555ce65597e24 290 0.15/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.22 GB
    • Received: 10.97 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.