Loading Tool

Explorer IconExplorer

Memory Pool

76,657 transactions
28.57 vMB
0.06977973 BTC
Random Selection Loading Transactions
Max Size: 173.10/200 MB

Candidate Block

Mining Attempt 82f4c4fc4b0c89092510b9cf950c5239a825e6f166e54f0172fc69647b4f909e
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 09c3e66d3d0f6c6414d7ac4ecfdef2dbe54023009c2da09d585524a2e70e1aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,599
Size: 1.00 vMB
Total Fees: 0.01050149 BTC
Feerates: 71.79 > 1.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (538,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,816 376,816 00000000000000000c2ac1990c552714659eb01a130960d5537c5dfe52fa0cf1 1,994 0.85/1.00 vMB 54
376,815 376,815 0000000000000000028f81c0b5e2fe1fb92fe3f4e95be762505b182eb1346ea6 280 0.18/1.00 vMB 24
376,814 376,814 00000000000000000e7f2025139171de88ac8faa526726a276fc0417e599f00e 1,003 0.50/1.00 vMB 36
376,813 376,813 0000000000000000049941df8ecc1ed0dcf29490617ad86d8e4d2e67d652e96e 594 0.29/1.00 vMB 36
376,812 376,812 0000000000000000055b2259c106e091f6fc61c67ba7a4a826b0ed2aab8f3a1e 175 0.06/1.00 vMB 44
376,811 376,811 0000000000000000127d1765a427b10c50d31c5763a10d3fb45a7b3a9b39da5e 419 0.22/1.00 vMB 33
376,810 376,810 0000000000000000033f96f024ba7e585eb6e17b49a8259c71a038d77a05201d 451 0.22/1.00 vMB 41
376,809 376,809 00000000000000000612a96c7bcb05c50dad1ca5a80f0b31d8ee12799ed8c0d6 345 0.13/1.00 vMB 39
376,808 376,808 000000000000000011a494850382ce6d0b65230163ce274bf9b0e44a6a05da78 500 0.24/1.00 vMB 36
376,807 376,807 00000000000000000e50b82cc3d3504c257e859e40ced95d14cfa19972f34a36 417 0.21/1.00 vMB 35
376,806 376,806 0000000000000000043761f1e0ff00d6734dbbc50be91c296c32784ea9347386 424 0.21/1.00 vMB 38
376,805 376,805 000000000000000009df2e5f3c168c7ef55a9c53e4c293b56707c3fff3879b39 528 0.25/1.00 vMB 37
376,804 376,804 00000000000000000b7b6e566dcf9820ffd46fd48f6ef4b7343324a83a3f047a 713 0.41/1.00 vMB 32
376,803 376,803 00000000000000000b5fe7fe543641f65cb417c3e747d21b0e1e27d37b5869cf 45 0.05/1.00 vMB 13
376,802 376,802 000000000000000005920e176ba59df6d4b8e93216a30ff1ae455f90b6bef467 1,505 0.90/1.00 vMB 31
376,801 376,801 000000000000000012220f651f24743364753c9d2bbc6c9fdf7f6e98b3670067 286 0.17/1.00 vMB 27
376,800 376,800 0000000000000000113dcd9640ba790af74ecb4f636fa0fa43d05f57d874ffb3 437 0.20/1.00 vMB 44
376,799 376,799 00000000000000000292efe49c23cdefd558ef08990ea8150c0a2911bb4b5afd 248 0.13/1.00 vMB 26
376,798 376,798 000000000000000010634bcbd40cb517bbe7e637df50b62d1a92484da9c38b70 645 0.33/1.00 vMB 39
376,797 376,797 00000000000000000e6c9252897dad01054966999b9a4e3b5a3db32a949970a0 815 0.45/1.00 vMB 32
376,796 376,796 000000000000000011f9be93d377d79ea95cc73962e1e3b2f7ad78111125980f 583 0.26/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.