Loading Tool

Explorer IconExplorer

Memory Pool

79,310 transactions
29.32 vMB
0.07288480 BTC
Random Selection Loading Transactions
Max Size: 176.00/200 MB

Candidate Block

Mining Attempt f19f5afac8930fd307391264e4ab94480a4a03384befa267d30ad61a87e24be8
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 8fe808451e367ccea97f1770193fa1b3a348ca70b982c1078d9ccc0fddced3f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01325829 BTC
Feerates: 170.94 > 1.33 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (500,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,192 414,192 0000000000000000051d842f5dcd86493c415695ce3116cb6349a0d0dc056e7d 810 1.00/1.00 vMB 17
414,191 414,191 000000000000000000ee57a7cf4681494b75a39d1deac587a99c4ef71e78ecf9 1,258 1.00/1.00 vMB 28
414,190 414,190 0000000000000000039c1dcd9ee8dfdc23ab03e922e440de3439c378b4e9c5f2 1,418 1.00/1.00 vMB 31
414,189 414,189 0000000000000000045fbbd49aee4b04e119a845b98d6dfa7739f18e847e5553 2,195 1.00/1.00 vMB 40
414,188 414,188 0000000000000000009ba94f08ab87becc1c60a85f25bbd06e85448cf0e49200 2,610 1.00/1.00 vMB 82
414,187 414,187 000000000000000001035073f2e15cbb40a891d102ca134fa80f61c555b0d3d2 1,063 1.00/1.00 vMB 23
414,186 414,186 000000000000000003c695ded2c4a1f0ba9e9953d331944625045e9d896d92b6 2,403 1.00/1.00 vMB 55
414,185 414,185 000000000000000000421dc1ecb29a7a98f6daab992116f6967ef57f63265525 2,471 1.00/1.00 vMB 66
414,184 414,184 000000000000000000ce46e223132dc0d9f51bbf5f7ddd2f69760db40e715c41 1,522 1.00/1.00 vMB 31
414,183 414,183 00000000000000000196f0b87331f2055fe279b48d983757c5936527b61faa4b 1,863 1.00/1.00 vMB 33
414,182 414,182 0000000000000000015cc317af83f41b32d8ab4727b580bc8ab069fb4c0af1e7 2,122 1.00/1.00 vMB 53
414,181 414,181 0000000000000000049a90359a534a567ba6a08387f6dafcdeee06cab731824d 2,252 1.00/1.00 vMB 43
414,180 414,180 000000000000000000ad544dbafd8d74d4cac99480790d4119e4a983e27bc9cb 2,926 1.00/1.00 vMB 82
414,179 414,179 0000000000000000012d0433c11bb409c3f487d74f3c7882615e31cbc4da805d 1,796 1.00/1.00 vMB 36
414,178 414,178 0000000000000000041415eda90e0300ff26810cfca5de18cee4611e14acc0c2 2,239 1.00/1.00 vMB 45
414,177 414,177 000000000000000002b856e444a38a3ac662faea902d966a94b7a8a31ccafa3b 2,940 1.00/1.00 vMB 87
414,176 414,176 0000000000000000054bc66e8e6e698e6518794a0bfee4f3a357b6325ecc161a 2,067 1.00/1.00 vMB 51
414,175 414,175 0000000000000000036c5c620531b0d94dab9b2e1691ec348ebbd9136b6260f2 1,375 1.00/1.00 vMB 35
414,174 414,174 0000000000000000057e4c08be837ab6faefa691f07461212a80a2370dd32c35 2,688 0.99/1.00 vMB 65
414,173 414,173 000000000000000001ea2ff0c997e2e7758e9da5dcaad3cfebbf5ee0ac605d48 853 0.52/1.00 vMB 37
414,172 414,172 00000000000000000289c672112a6622b670bba415234f62b9a3c960a0a81e35 223 0.11/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.