Loading Tool

Explorer IconExplorer

Memory Pool

90,340 transactions
33.13 vMB
0.16165165 BTC
Random Selection Loading Transactions
Max Size: 199.79/200 MB

Candidate Block

Mining Attempt 86ed6d15db072bff3c871f54d8c443f88b2feb7e6b4ef1e0a6ef663149065467
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root f45b85396ac0b857289b341fdd857e67e6270f5a3872595dd68b8b0e28ebc0f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,760
Size: 1.00 vMB
Total Fees: 0.06269512 BTC
Feerates: 627.82 > 6.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (136,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,054 779,054 00000000000000000005820670c20ee83e108f6ea6209c7d9b19f3066bcbe89e 1,657 1.00/1.00 vMB 27
779,053 779,053 0000000000000000000658cc84d9c493dd5449c4a74a4f99a73ab4f0989e0d83 1,989 1.00/1.00 vMB 37
779,052 779,052 00000000000000000003401520d985ee370cef910fd79fd3412cbf2bbb97247d 2,263 1.00/1.00 vMB 19
779,051 779,051 0000000000000000000224dc6b8e2f29685659ed6247bbf1b900a8ece1803938 1,782 1.00/1.00 vMB 5
779,050 779,050 000000000000000000028247fbe8c8a8abe6dbe8609edb8b6753336b58e57a66 2,570 1.00/1.00 vMB 24
779,049 779,049 0000000000000000000175cd6b7cc4faeda829b80c29aef79c338912b3b0a715 1,135 1.00/1.00 vMB 4
779,048 779,048 00000000000000000004027a152aeacc1b77641c4905320921a4d94bb41f755f 2,318 1.00/1.00 vMB 11
779,047 779,047 00000000000000000000b8dc0957a7fc23368854d7bfa1620de6a97541ce7081 1,017 1.00/1.00 vMB 11
779,046 779,046 000000000000000000058483599182b5210a315bf603b1523264429d1c139f29 1,861 1.00/1.00 vMB 17
779,045 779,045 000000000000000000040dc74bf5b29812095736a0d6e2aea0ce4e4642198a18 2,739 1.00/1.00 vMB 25
779,044 779,044 00000000000000000005be6857ba75f13267877542fbb9831efa14d2d02f2371 295 1.00/1.00 vMB 5
779,043 779,043 000000000000000000016637ae4dc7a7e8a8ffc7782db356632e4518df3b60f6 1,315 1.00/1.00 vMB 10
779,042 779,042 0000000000000000000476cf4a96c123d3a8968c9602a07c69184801768bd29e 838 1.00/1.00 vMB 4
779,041 779,041 0000000000000000000678946cdfdc2d3a4936ffee4c978616a02a985d422a56 2,057 1.00/1.00 vMB 8
779,040 779,040 0000000000000000000488943b7b88c1154f6bd882b40e29de2d3d2b050d3602 2,773 1.00/1.00 vMB 13
779,039 779,039 000000000000000000065e0343e6a650e3bb1318f55246f201b0d6a79831a8fc 1,635 1.00/1.00 vMB 24
779,038 779,038 000000000000000000046a186797a2f4a3181fb58df5d4294b64d6d8a856e613 2,206 1.00/1.00 vMB 28
779,037 779,037 000000000000000000063a194fa8636e1ecc4e0c08e20ce30ee8f27c0768d6c3 1,095 1.00/1.00 vMB 37
779,036 779,036 000000000000000000042c642d618b841a86eef880c03ca77b16dd226247f454 2,102 1.00/1.00 vMB 21
779,035 779,035 000000000000000000014edb529f84b8eb38bf5a2ae25db2dad9cbe712bfbc69 1,179 1.00/1.00 vMB 11
779,034 779,034 0000000000000000000545efc62b1cb93dea39d1b50dd855be0ab7339e587ffe 1,204 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.