Loading Tool

Explorer IconExplorer

Memory Pool

41,482 transactions
26.43 vMB
0.05419100 BTC
Random Selection Loading Transactions
Max Size: 138.75/200 MB

Candidate Block

Mining Attempt 4e2ee162eea45460f417294ab590b02ced365934e77326d16b2be7f1376faf7a
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 5fe7dd4a28251bc74e2a8924ded73182684aa22a865e77076849c5ec35f9d5f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,950
Size: 1.00 vMB
Total Fees: 0.00567267 BTC
Feerates: 100.68 > 0.57 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (377,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,357 537,357 00000000000000000000235c262387eeffa0afb365a1b7dc15141af1eff76c88 612 1.00/1.00 vMB 59
537,356 537,356 00000000000000000027c14d499c624be4a27f1383e927a559f0a215ef5c52f4 1,773 0.70/1.00 vMB 19
537,355 537,355 00000000000000000007c01cf0340b67d376df0cc895cf9c3bab38ff21e8cfe5 253 0.32/1.00 vMB 9
537,354 537,354 00000000000000000012a35abf947f3d21e9db4ef3b98e574ea5a2463261e037 177 0.06/1.00 vMB 11
537,353 537,353 0000000000000000000845899d2db0fdd3d8b6225f2ebf8577fbb18ee66a1947 297 0.10/1.00 vMB 11
537,352 537,352 00000000000000000006c3b095535f199f196ac0d2ba477bd2f08793b2a5d373 1,842 0.72/1.00 vMB 45
537,351 537,351 0000000000000000000bec3a2910b26a83d25e54fca05992f1e03e73764a36a2 195 0.07/1.00 vMB 15
537,350 537,350 00000000000000000010de3752a7cae91005949af4a65889fd48c1877fafade0 501 0.16/1.00 vMB 15
537,349 537,349 0000000000000000001f8e1fde2d4b1213f10dc8830d6cbfeb8f0785d222913d 696 0.31/1.00 vMB 12
537,348 537,348 00000000000000000007f14a086d79b8fa0a00da2dcaa925ac1fc98218d393aa 1,221 0.49/1.00 vMB 12
537,347 537,347 00000000000000000002fa866e1790e79991e86b44e57f752a41a0c3acb57139 1,449 0.53/1.00 vMB 13
537,346 537,346 00000000000000000009dacb86b5318373de8c6714be1053869f926b3a4cdbb4 789 0.28/1.00 vMB 25
537,345 537,345 0000000000000000000b77e1b86d30c567a07cc7138e02ea253d323fc6772d55 2,231 0.83/1.00 vMB 22
537,344 537,344 0000000000000000000177523728db1cca6250be925e7331bafc54dca084d96b 620 0.24/1.00 vMB 19
537,343 537,343 000000000000000000086fff558db3d33e71c4e54b5292d4c79f293acee3778a 562 0.24/1.00 vMB 12
537,342 537,342 0000000000000000000d8315bff37d2d9a7d0e3f590b87b6aa4b4d72503cc441 2,346 1.00/1.00 vMB 17
537,341 537,341 00000000000000000005c065a21d3b2f2bc36259607a6813f71aa6a5669a2d54 1,444 0.73/1.00 vMB 17
537,340 537,340 0000000000000000001b6e7c7f84fc4bd75b819061ea7353a31addfd55328452 61 0.02/1.00 vMB 15
537,339 537,339 0000000000000000000b92c2d3094b9883c28057dcd737cc0706aac2b5e455b8 1,682 0.70/1.00 vMB 14
537,338 537,338 000000000000000000218a53c44da7d669d7c4a7f148f86c0090e98ab272b6a6 16 0.00/1.00 vMB 70
537,337 537,337 0000000000000000002076c7d3f8f1c478f5f24408453f3c26cd7602a05fc3e1 124 0.08/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.