Loading Tool

Explorer IconExplorer

Memory Pool

79,111 transactions
29.49 vMB
0.06843487 BTC
Random Selection Loading Transactions
Max Size: 177.50/200 MB

Candidate Block

Mining Attempt 42bd882c63efbbcd6e2d7d78a2e336e6cd6bc21eca5e2224b041f4a3ac930fae
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root 44cbb3b8c7d1b45b43df8a9de9364155ba1e909232edbe738163da93353974fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,242
Size: 1.00 vMB
Total Fees: 0.00863422 BTC
Feerates: 150.77 > 0.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (677,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,579 237,579 0000000000000063db17bc3c0d4dcb6b5fd0ba2d0bc0a50fe826f61b6e5e3e83 118 0.10/1.00 vMB 63
237,578 237,578 0000000000000067d791d9843bccd8b405d99f9cc8424bd9037c4f40664fdbc0 485 0.21/1.00 vMB 196
237,577 237,577 0000000000000041813a9b7dde54428b1c56379dbcf68cf5474c9651ff66fc03 426 0.23/1.00 vMB 130
237,576 237,576 000000000000017da909fe5d52fcd292de2de93dd77c9def882f05b0efdc2b80 544 0.24/1.00 vMB 183
237,575 237,575 00000000000000b3ab55ad4ccda4ac937abefc560358e1edc7783e6d88ab0f03 421 0.19/1.00 vMB 183
237,574 237,574 00000000000000f595dabc67b09229d6cd93224da85c46415f5c782e09ab576f 376 0.17/1.00 vMB 150
237,573 237,573 000000000000010cf43bc5e038ac9b3a530c130c72de8d0faebf4efd5d501834 343 0.19/1.00 vMB 106
237,572 237,572 000000000000014b3e4e7e3090a77f4696618620ec56c5a21635258d5d716c76 285 0.21/1.00 vMB 106
237,571 237,571 0000000000000163a3da38eb1da0eec8407d0fc3b122f5e912d99f6ea857b63c 620 0.25/1.00 vMB 195
237,570 237,570 000000000000017da9a3da898676dfbc7d20c578b4f71df76a32bee1d12c5ef8 260 0.25/1.00 vMB 87
237,569 237,569 000000000000007add0a81ee97cec9f8af46b8460c6bfa4eb56afb89c344cefb 562 0.25/1.00 vMB 155
237,568 237,568 000000000000016ff2510e4da2afd0ef326128ef9dd035b9cb3dbd570fcc8a15 493 0.25/1.00 vMB 127
237,567 237,567 000000000000001fe86d73f26e1b6ebdc87f2f89449c6d00bd580ba95b089a52 807 0.25/1.00 vMB 235
237,566 237,566 00000000000000c8fb30dc785e322b76269315b15684575fabb06a6d9a1175b8 797 0.25/1.00 vMB 243
237,565 237,565 00000000000001339c35ac980309d42315783556e58ddba78a1606050d93e8c4 487 0.20/1.00 vMB 175
237,564 237,564 0000000000000088e611c11d55434fb79195e81508af4218c56a178b22a883cb 76 0.08/1.00 vMB 63
237,563 237,563 000000000000009ff20f2a99d0920486e3cb819c122f7c0c9c7fb0c9f796eda5 309 0.25/1.00 vMB 98
237,562 237,562 00000000000001593b399b9c6834b024385c6b3996bb55909588aad8d9c4134a 758 0.25/1.00 vMB 208
237,561 237,561 000000000000004be3742bdfbc72c1c6af487baebf00ab53dbbf3018661e5f73 634 0.25/1.00 vMB 180
237,560 237,560 0000000000000116683e1951f7b2561a55296edfdf4a0a5be0e647624cbefe12 220 0.12/1.00 vMB 139
237,559 237,559 0000000000000039595a9596149994d5117425dc5db7098ca7b5d4da5a3af842 303 0.20/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 782.38 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: 664.31 GB
    • Received: 14.96 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.