Loading Tool

Explorer IconExplorer

Memory Pool

48,091 transactions
27.81 vMB
0.06134315 BTC
Random Selection Loading Transactions
Max Size: 148.53/200 MB

Candidate Block

Mining Attempt a1d3b299d0f6f27b256018dc2e5f8719f827315c0d38aa11dff1d34e48b29226
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 2722cfad988c5c204619a0a8c55cda9c242a78e05a8ecdf48c28fe31ed5ecff2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,160
Size: 1.00 vMB
Total Fees: 0.00894103 BTC
Feerates: 100.00 > 0.90 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (328,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,006 586,006 00000000000000000007f60dffd00cbb3668f3b1c53172ae2809a49498504cf6 1,537 1.00/1.00 vMB 43
586,005 586,005 0000000000000000000efb6ef880590005daca4298037d197d0f8aeeffc720b5 2,572 1.00/1.00 vMB 39
586,004 586,004 00000000000000000014f9356da74d8b8abb6a3e363d215f94551e426ac8663d 2,898 1.00/1.00 vMB 59
586,003 586,003 0000000000000000000dd192799b050378712ce059edc1fb0c44b1cc5723c660 3,213 1.00/1.00 vMB 100
586,002 586,002 000000000000000000023990483331d7f6864d6ef5e06e5d82170bd90f905745 2,705 1.00/1.00 vMB 35
586,001 586,001 000000000000000000018a7a726a9cb69ec8e33fdb7c057846fecbc18c66d19d 3,432 1.00/1.00 vMB 78
586,000 586,000 0000000000000000001af4d13b3ba2102e2ad1ddf6bc3a5de6da8d820c9e2786 2,441 1.00/1.00 vMB 63
585,999 585,999 0000000000000000001e49b58e611de96922eac0ee9af25c6615d6b89768462e 3,238 1.00/1.00 vMB 73
585,998 585,998 0000000000000000000e204153e915f9a2fefadcf93438ed71a011ae5b28f51f 2,656 1.00/1.00 vMB 40
585,997 585,997 00000000000000000000ab3ea9b672d1ab3e6223149fbba0e16771124dfaba35 3,171 1.00/1.00 vMB 31
585,996 585,996 0000000000000000000596a808dde8db4f39dd2b6745aa5b0b8574e095de85b2 2,438 1.00/1.00 vMB 67
585,995 585,995 0000000000000000000158c4f035e20db61be4abf8734a671e18cf1473dc425e 3,446 1.00/1.00 vMB 42
585,994 585,994 00000000000000000009482ac24cbb5122b98ff251b91a97df781127696bc52f 2,770 1.00/1.00 vMB 45
585,993 585,993 00000000000000000014115f643a94281945371431b76c2cb9fd901a77efd4a5 3,137 1.00/1.00 vMB 46
585,992 585,992 00000000000000000005d468fce6aced536a3169f494c1ac7a12f37fd509e25e 2,685 1.00/1.00 vMB 57
585,991 585,991 0000000000000000001749fa6a39693209819b3d85a8a2ae976942ab81e926cf 3,497 1.00/1.00 vMB 75
585,990 585,990 000000000000000000164aab6572eaef9de9ba7c4b2f959e6ded6362800d3135 2,971 1.00/1.00 vMB 50
585,989 585,989 0000000000000000001704fea05a6e9b77c05b0be14c3dbcc9f670f1036210bb 3,143 1.00/1.00 vMB 42
585,988 585,988 0000000000000000000b1bcacead81ee30e83b6c14a8dcf341a0b72077be3a8d 1,221 1.00/1.00 vMB 45
585,987 585,987 00000000000000000001834de2485377fa55f23fda96d100c7de22b1d562bfd6 2,855 1.00/1.00 vMB 46
585,986 585,986 000000000000000000049dbe777ae88d004a1881a38b5c1aa7d1da75e1c57748 3,207 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.02 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: 649.99 GB
    • Received: 13.24 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.