Loading Tool

Explorer IconExplorer

Memory Pool

80,552 transactions
29.70 vMB
0.11589171 BTC
Random Selection Loading Transactions
Max Size: 179.44/200 MB

Candidate Block

Mining Attempt d7c8f30f17e94fded0c677b6b261cebb55ad7b0fb2fb4481f6b7817412437f3e
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 884b1f78ef53c2a9cb29e8cbfc368f957f8cdad7fdcae1c670c5793f4408364b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,437
Size: 1.00 vMB
Total Fees: 0.04791980 BTC
Feerates: 477.45 > 4.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (329,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,806 585,806 00000000000000000005320de6d42af3e2841930725da634c5bd5d06bc8284d5 2,773 1.00/1.00 vMB 71
585,805 585,805 00000000000000000005c5575b699108954025ce3d50de585792de31b73afdfa 2,843 1.00/1.00 vMB 95
585,804 585,804 00000000000000000017b81a1e889cb6dc9ec3f782e612761b2014a55660a3a6 2,594 1.00/1.00 vMB 40
585,803 585,803 00000000000000000011c7d6f4179555d2ad385b56564d229700b1d85ab1093f 2,788 1.00/1.00 vMB 61
585,802 585,802 000000000000000000181e2039a8ef4a8d59a55fcb22b222a7f6829927c6ed6e 2,871 1.00/1.00 vMB 69
585,801 585,801 0000000000000000001e1c785b48b870e29804881637c03ff4e990e3b4c62610 1,720 1.00/1.00 vMB 49
585,800 585,800 0000000000000000001d4576f5368f33bdc134ac66d7ca5f527a9f7e251b12b0 2,046 1.00/1.00 vMB 75
585,799 585,799 00000000000000000000f37bdf4001f04a2fcc1e535a0b22dd697ad9f00dbe12 3,180 1.00/1.00 vMB 32
585,798 585,798 0000000000000000000ca27ecc48b447255b24fb5b908f032f5c98127fa03442 2,344 1.00/1.00 vMB 47
585,797 585,797 000000000000000000159f6cafbe5601788b757a19e8a7b536f3c457e55fe5ee 3,081 1.00/1.00 vMB 66
585,796 585,796 0000000000000000000b2120cf4e190cdc665ea19649a715eb3dd90a71baee6b 1,331 1.00/1.00 vMB 40
585,795 585,795 000000000000000000111608eaefdf7499600a09bdb678befa3809d6e76c8fd2 1,966 1.00/1.00 vMB 48
585,794 585,794 0000000000000000001ec9b21540016148ff515963a0987c8c2c11510200c43a 2,819 1.00/1.00 vMB 61
585,793 585,793 0000000000000000001e1d4773dc834dbb7f717397d706f3dc2d41534a791ce5 3,156 1.00/1.00 vMB 73
585,792 585,792 0000000000000000000a113fb2f01d62b0a6b1543983c94ed2001ff17d2b0305 2,070 1.00/1.00 vMB 57
585,791 585,791 0000000000000000001101ba38288d5cb387008813cd6a2ae3a8e1e47ff47d44 1,877 1.00/1.00 vMB 46
585,790 585,790 00000000000000000003f94f86901329178b9d89164d1bdacb8970ca4d41fdbe 3,074 1.00/1.00 vMB 47
585,789 585,789 00000000000000000000480bbbd061c54102b075c8f6a7e1fd9630086c3d67de 2,886 1.00/1.00 vMB 88
585,788 585,788 000000000000000000042a3b9b9047177d08ffbff776886e7df6aae13706d351 2,744 1.00/1.00 vMB 47
585,787 585,787 000000000000000000119e78f97cc840112162e6aaa704b9facbef8ae34a166a 2,775 1.00/1.00 vMB 72
585,786 585,786 00000000000000000008578c16f338533c1f0c8e75022c2119b6cf1f545b8d72 2,954 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.63 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: 672.21 GB
    • Received: 16.18 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.