Loading Tool

Explorer IconExplorer

Memory Pool

82,655 transactions
30.41 vMB
0.10547777 BTC
Random Selection Loading Transactions
Max Size: 183.30/200 MB

Candidate Block

Mining Attempt ad32f9dc60f93130f97a8510a0367c58aa278e5c3edb2fcd2b6e075c5ebe99f5
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 7240164722b228ffbe54bb9e155b33964a64e5d72bc9590d60293166c2fda3b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,604
Size: 1.00 vMB
Total Fees: 0.04307461 BTC
Feerates: 526.32 > 4.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (764,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,787 150,787 00000000000007a6b1f40bef4be0c940069af69bc4f97c879b1c425a6ced38d8 2 0.00/1.00 vMB 11,389
150,786 150,786 00000000000000041e90583a9bcf3e7688126bb44b87db3505a652809faf5904 74 0.02/1.00 vMB 8
150,785 150,785 0000000000000a30bb058d307786a1a863e4bd2b550f2a280ccba0e5973134ce 11 0.00/1.00 vMB 17
150,784 150,784 00000000000000d76b9a14d085661ef96bacd373a75f045227ab155a07d2f661 48 0.02/1.00 vMB 62
150,783 150,783 0000000000000a0da4e8fc838be5a80ca04d03e69f76c974429ffe0ad94ece0e 15 0.01/1.00 vMB 83
150,782 150,782 000000000000069feb7412fdad3ef7518fd816540263962b5735e114f4712f36 10 0.00/1.00 vMB 824
150,781 150,781 00000000000004ef53a1c4a1e936041208a3d05e03b46e76bd4e53da190441e1 7 0.00/1.00 vMB 474
150,780 150,780 0000000000000406a59ea5a2d4c8ee900309f320a41b7bcdaafcd01cba8a326a 110 0.03/1.00 vMB 5
150,779 150,779 000000000000015aefdddab36c6008e7c72c82586349471740ee7fe193a5326e 10 0.00/1.00 vMB 48
150,778 150,778 00000000000007709337d3ecbfa8245b0675233a965cf398254ef540941ffc72 114 0.05/1.00 vMB 282
150,777 150,777 0000000000000013d95a8445732e2f53ea6d90a4ac83a3a5cd1e06d638a3ea99 68 0.05/1.00 vMB 109
150,776 150,776 0000000000000a6e48ceb26fa839c252dbee16df75cb65e12e3a85943a8fc197 99 0.05/1.00 vMB 96
150,775 150,775 00000000000006aca2649c00cbec01017402cc431657a5a99b0c136e062f8e1a 13 0.00/1.00 vMB 33
150,774 150,774 000000000000016d7e29c2b26d9c2b7d84d00214dfae40ecc6a33477d51b3a6c 60 0.02/1.00 vMB 135
150,773 150,773 000000000000031fb21970be8bd1c16d988afad0c73cfaa5e82d63d450c47670 15 0.01/1.00 vMB 71
150,772 150,772 000000000000019da94cab9dd7a5dbaef191a46e3e6782ef7782355d7c2972c0 13 0.00/1.00 vMB 275
150,771 150,771 00000000000009c274c3cf63bd2c6dd39451a89e4f49b25884c3bebf29e17954 27 0.02/1.00 vMB 177
150,770 150,770 0000000000000b5a5829b54e0e7f74d6b84df97152cf83b90bcce96774c48fac 26 0.01/1.00 vMB 60
150,769 150,769 000000000000080e7ac05399d785ef4aa72c68bd5ce9c4fe5026ef96f586259a 17 0.01/1.00 vMB 67
150,768 150,768 00000000000006ab0e20dbf023af074c0dffcf516ff521e587ad9a7c9fd0c0a2 76 0.03/1.00 vMB 134
150,767 150,767 00000000000004f71c188b30503d1edce9ccf9ab3a1292319e8304cac4d7dea0 58 0.02/1.00 vMB 348
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.