Loading Tool

Explorer IconExplorer

Memory Pool

81,849 transactions
30.29 vMB
0.09931972 BTC
Random Selection Loading Transactions
Max Size: 184.84/200 MB

Candidate Block

Mining Attempt e1abd8112085836cc17b7854f7c19cff3103e6b139c93c61b0061ceb3d4523a5
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 5720675e48593b1d20afcced248df2e4f30a1cab9e255c524fc70b2787909ef9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.02915218 BTC
Feerates: 402.60 > 2.92 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (805,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,721 109,721 00000000000093a7b6da7af6f5ddec4d63ad0b9ab576186d9db5221e7eaeace3 6 0.00/1.00 vMB 0
109,720 109,720 000000000001a70b34d0ffe940ac81e9cdfb2562746f17954ee78681d8cb4151 6 0.00/1.00 vMB 0
109,719 109,719 0000000000019c0a5611150da7404fca253ca374a251f1396427be70c36d4ba6 12 0.00/1.00 vMB 0
109,718 109,718 000000000000db2b208b5bf30a614a8f9e63369af334b918a671dd1eb8c6da14 6 0.00/1.00 vMB 0
109,717 109,717 0000000000006c7868ae14c92aa36e71d7f6fe941eb88cb58331a0b6664e32f5 11 0.01/1.00 vMB 0
109,716 109,716 00000000000110b22b3d231383cf03d0f3582db5ccb4d39632f0041ef2595bae 38 0.01/1.00 vMB 0
109,715 109,715 000000000000c61fa25884c920e04a0d667ddca7c5b4ae5143ed5ab4b6755b83 5 0.00/1.00 vMB 0
109,714 109,714 0000000000004c3a41cbb9827136440044e6c683e698f88a4fd751f136dd0290 5 0.00/1.00 vMB 0
109,713 109,713 00000000000034d1386f5e20d9c6b912dd5dba4cce228e8d539288333414e9f1 7 0.00/1.00 vMB 0
109,712 109,712 0000000000007be0f25aa19658706d747e9947cc9be07e048058e34579be0454 3 0.00/1.00 vMB 0
109,711 109,711 000000000000360ef666f8e0f30fa0170ab8e075e0721602392bada3de126ecb 2 0.00/1.00 vMB 0
109,710 109,710 0000000000018da1a42c2402cc34113119b4eed8208859a0220041b38da27223 1 0.00/1.00 vMB 0
109,709 109,709 00000000000098a5ee6543c9ef4f75f003b6f7c46b807aa523ce45b1bc7744b5 8 0.00/1.00 vMB 0
109,708 109,708 00000000000056e11b9043c631385ac2adf98da29686a4c9f1460041cc58eace 2 0.00/1.00 vMB 0
109,707 109,707 000000000000d11c1cb6195434d6560e63b21c55bd4b1a3b4ea0b10e20fc77d5 9 0.00/1.00 vMB 0
109,706 109,706 000000000001028abe5c622b5ba091baf9cfa478e0b01dccb1b5978947f3c696 4 0.00/1.00 vMB 0
109,705 109,705 0000000000006c1008e098abd72f7a342c130d7be2dd41906cd67d6e3a4a2b41 5 0.00/1.00 vMB 0
109,704 109,704 000000000000c15f5df7d41ddfeaee3d4543523ae04de272fc72b00287990421 8 0.00/1.00 vMB 0
109,703 109,703 0000000000007ae2b521c92e3cb66fc0bf27e74afc5969e7bec45d8047c302b8 2 0.00/1.00 vMB 0
109,702 109,702 0000000000010a6447f5047a6b4d344862cbee16c3123aaf54b75e0a443d1cd8 3 0.00/1.00 vMB 0
109,701 109,701 000000000000778f995ad9c481edf583b3b956c5719b0d8a812e4601c4f7e65b 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.