Loading Tool

Explorer IconExplorer

Memory Pool

47,155 transactions
27.88 vMB
0.08612683 BTC
Random Selection Loading Transactions
Max Size: 148.20/200 MB

Candidate Block

Mining Attempt 38a18dcf73a9ea49e6edfec5af08b10a046cca56fc2f536462156753d409a7ee
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root bf3571757c605b4e5bf6cc7c2a05a98ca92848618deeb61117f464ece42db3e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,434
Size: 1.00 vMB
Total Fees: 0.03270644 BTC
Feerates: 500.00 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (284,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,475 630,475 0000000000000000000b68262c0ded43a6a159a307d68e2f59b2ab56f6b04ea6 2,766 1.00/1.00 vMB 93
630,474 630,474 0000000000000000000ee82cd583be5923062a401d352386976c86b9cd075c0e 2,546 1.00/1.00 vMB 78
630,473 630,473 0000000000000000000d818458106419a547f40229429c57bbb3da5b5eaf29a7 2,403 1.00/1.00 vMB 72
630,472 630,472 000000000000000000074705fb007379b8b3ba2d0d1b5052fa433fbda07afcf1 2,525 1.00/1.00 vMB 112
630,471 630,471 0000000000000000000eebf757b79219dc3996bb5ba4796b7429bc39782614c0 2,963 1.00/1.00 vMB 113
630,470 630,470 0000000000000000001044f4e053ce073983d7d1b49c27d55ce49a2064f6e192 2,823 1.00/1.00 vMB 107
630,469 630,469 0000000000000000000ed1859fd2569defa3582d9c5acf017b1ab4544868f98e 3,008 1.00/1.00 vMB 128
630,468 630,468 00000000000000000000de87eec31054883e1d3ee15c629f091d7c78f6e52475 2,404 1.00/1.00 vMB 138
630,467 630,467 00000000000000000006d310692c2a6d05be674e929e95b1b3d9d89a1e826a23 1 0.00/1.00 vMB 0
630,466 630,466 0000000000000000001108b9239febae6738aff8bac93aff353e582d611142d9 2,199 1.00/1.00 vMB 152
630,465 630,465 0000000000000000000a1a20f3e669536f4b831ebd69e8392993bad91f246d7b 1,412 1.00/1.00 vMB 181
630,464 630,464 0000000000000000000b60ee9e93b154b21cddedb5cf7f1ae0f6d5a08b0dad10 2,785 1.00/1.00 vMB 137
630,463 630,463 0000000000000000000a965fcb54654e58eec494828f8ea759019d3193dfa480 1,197 1.00/1.00 vMB 140
630,462 630,462 0000000000000000000c9fce3de4903b89731d4ba8e2189bc67af86a519817ea 3,012 1.00/1.00 vMB 145
630,461 630,461 000000000000000000091c07d26b3804043cedd2aa726a89a9f151bc72281805 2,858 1.00/1.00 vMB 163
630,460 630,460 0000000000000000000064980df22d5133bd2d6416edc3be324f2ba67759c990 2,727 1.00/1.00 vMB 154
630,459 630,459 00000000000000000003f40d96c253f13e7e41f30f470027de68152df10f396e 2,919 1.00/1.00 vMB 190
630,458 630,458 00000000000000000002ade4070dab7917950ec72be1dbc1564bfb0500d5b530 3,111 1.00/1.00 vMB 182
630,457 630,457 0000000000000000000e64fd3c012b4fcb5ea0a28772bd167fa91baceac94dff 2,527 1.00/1.00 vMB 157
630,456 630,456 00000000000000000005578b0acdeb2ad57de90dd9e1581f7ed7e01d2ea1a128 2,263 1.00/1.00 vMB 160
630,455 630,455 00000000000000000001f0fa4f540806d7d14ffdd409eef1e43f74ddb72072b8 2,048 1.00/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 782.01 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.37 GB
    • Received: 13.17 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.