Loading Tool

Explorer IconExplorer

Memory Pool

42,485 transactions
29.23 vMB
0.07480318 BTC
Random Selection Loading Transactions
Max Size: 149.91/200 MB

Candidate Block

Mining Attempt e6196b43b6a3b6f1d0705e0a57445030ccb9fe49b0154ee8c10d041545469d58
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 47ff4a2e37dff6903ef9567aca444ef8d7ae8acb261e8d3fd27ae7dc5d090e35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,639
Size: 1.00 vMB
Total Fees: 0.01758620 BTC
Feerates: 100.36 > 1.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (864,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,028 50,028 00000000251240e0489ec32fdbaeb63bab942aa07c383eea7902de2a0845fe06 1 0.00/1.00 vMB 0
50,027 50,027 0000000006da5030899334c053cf3a383230b5bed914aaed7011e4d23ef5ac33 1 0.00/1.00 vMB 0
50,026 50,026 000000000cce1563b3087975de9699a6f42440aa7d7b835d92ce85bd7c83ad6f 2 0.00/1.00 vMB 0
50,025 50,025 0000000007091b7c1dd94f4d98193eb945228d17b9f8f8d178969016f7be26c7 1 0.00/1.00 vMB 0
50,024 50,024 0000000002c7158ec3677b397decdf1ffd2189578a946883f2dde9438e80c696 1 0.00/1.00 vMB 0
50,023 50,023 0000000025318e7a59e4cba78314816e4d289626bb800ec56a967f3787d9a617 1 0.00/1.00 vMB 0
50,022 50,022 00000000299048581ac46711c77e0ad8aebf13d99dd08ebf3ccf86a3cfdbf839 1 0.00/1.00 vMB 0
50,021 50,021 000000001a419ab443c214a59ee3860c7381c9a81e4c152ca70cec41e02170c2 1 0.00/1.00 vMB 0
50,020 50,020 000000000a33ea786073ded724a366ed4066b5ec7a0f4da1e7c8e3992d369d0f 1 0.00/1.00 vMB 0
50,019 50,019 000000001336eb7b9475a8fe352186f8b3ddf448fa803e5abc747ed64915edf4 1 0.00/1.00 vMB 0
50,018 50,018 0000000020c2ac9108f964d5c80735c1ede739a0c19cc92f6ebdccf582f8825a 1 0.00/1.00 vMB 0
50,017 50,017 000000000d8a3daa4d5b9e01dd56af8b1abbe4755cfc008fd17beafb7bdc0f32 1 0.00/1.00 vMB 0
50,016 50,016 0000000021222aca415d69a758911ea683be089115b79fb90517008be6767111 1 0.00/1.00 vMB 0
50,015 50,015 000000001ba2017c0c13e5560476ba47e3573aaa49b1724581b289d00122ed87 1 0.00/1.00 vMB 0
50,014 50,014 0000000026ef89bfc3180babd0923c78baeeaf9bb7b3348538c80e5d2f2617be 1 0.00/1.00 vMB 0
50,013 50,013 00000000194341031aca931a7552fac55e1eadeb0954346cc677446d228e65d0 1 0.00/1.00 vMB 0
50,012 50,012 00000000014bda9adca1ba7f61dc83f67969456eb5ed860a1747a2fba597abc6 1 0.00/1.00 vMB 0
50,011 50,011 000000000727109a30715cb1069e5a609eb815419026abcd8178c48c043ab3c8 1 0.00/1.00 vMB 0
50,010 50,010 000000001125e0ab3d35009576c1c89866fef74bdc9f351dca71ae364fae49f3 1 0.00/1.00 vMB 0
50,009 50,009 0000000023ae127acd50fb7447bd073ea0fc598475c9c359e3563d20d818f149 1 0.00/1.00 vMB 0
50,008 50,008 000000000448132ff60ad77151f1dd90b47cca221cf95acb4c4ca5ba94ce31b4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.