Loading Tool

Explorer IconExplorer

Memory Pool

51,539 transactions
29.28 vMB
0.08020039 BTC
Random Selection Loading Transactions
Max Size: 158.36/200 MB

Candidate Block

Mining Attempt 2e9e12a1a0cd478404f8d888554c36aea0cfdcc2babff17354192904803adda0
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root b1fbb6608dc68f81be61fed8f35d3bcc05916784d1c0b0d7cfdc79a5c6dbb7ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,334
Size: 1.00 vMB
Total Fees: 0.02416809 BTC
Feerates: 173.90 > 2.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (112,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,783 802,783 000000000000000000034b3de7b9512bb0e02266a3ed366a27a8ecd446efa237 3,698 1.00/1.00 vMB 7
802,782 802,782 00000000000000000001697c71546728b9c9f28397f5fdbac7e93979975c6ae3 5,254 1.00/1.00 vMB 7
802,781 802,781 000000000000000000006a8c22f1def520f36b2d4e47f6c23f9772e0923f2ff9 3,288 1.00/1.00 vMB 8
802,780 802,780 0000000000000000000511a5481c95aef81fa6307f17e5c9bd9dfed722e2ee04 2,532 1.00/1.00 vMB 10
802,779 802,779 0000000000000000000163b8546f67de5c1c7cab145ac54770cbae5db0016f8d 2,528 1.00/1.00 vMB 10
802,778 802,778 000000000000000000055f2e3ca8c3b8c6666bc64e4759376c1679d8b54b7c74 2,815 1.00/1.00 vMB 8
802,777 802,777 00000000000000000002029f9df23a58d2cad92894319fd4a419d88c6d1c94f6 4,204 1.00/1.00 vMB 9
802,776 802,776 00000000000000000001370db5707436a6e310d27d10402915c4783d1774668e 5,288 1.00/1.00 vMB 8
802,775 802,775 00000000000000000000fffdfc082552b950b5ad2ccee55dd923fc184c90b543 5,200 1.00/1.00 vMB 6
802,774 802,774 00000000000000000005109f6981d5383570a9a242f698bde019ce9545183eca 6,413 1.00/1.00 vMB 7
802,773 802,773 00000000000000000003c77f8ca675bae3a5d94e875348963d890044889932e3 5,161 1.00/1.00 vMB 6
802,772 802,772 000000000000000000022b675be9de62f64997edb5c3bb105f7e0044efbce550 3,342 1.00/1.00 vMB 10
802,771 802,771 0000000000000000000112e5f1a5686b56a11cd4eb77dd26e899d8d999545ca1 3,302 1.00/1.00 vMB 19
802,770 802,770 00000000000000000003601fe0082b236a622d4fb417bab660389eedfefd1c0a 2,949 1.00/1.00 vMB 11
802,769 802,769 000000000000000000033d9c372d2f4a92ccb22a51e34330dea4b887f58aa5ee 2,885 1.00/1.00 vMB 10
802,768 802,768 000000000000000000033a194d199b22434d6cf65014614a92ff622885008a2d 4,442 1.00/1.00 vMB 6
802,767 802,767 0000000000000000000217a6e854f9a3737c9a6205bbaf11a5429deadd6df420 2,219 1.00/1.00 vMB 11
802,766 802,766 00000000000000000005388ed9411fbd0a6f35091c6017fdf4dc3b0bb843f677 2,043 1.00/1.00 vMB 20
802,765 802,765 00000000000000000004c111ac60575cc5f436f31c73b0346421fbdedbaf3d3e 4,489 1.00/1.00 vMB 10
802,764 802,764 000000000000000000047215d437faba93a5ab7cb5955c2c7908fa8444be400b 4,295 1.00/1.00 vMB 11
802,763 802,763 000000000000000000026219bdaa9632ee877f9c49ba8ff0ec7890b98e80d271 6,494 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.