Loading Tool

Explorer IconExplorer

Memory Pool

79,536 transactions
30.34 vMB
0.06923132 BTC
Random Selection Loading Transactions
Max Size: 184.51/200 MB

Candidate Block

Mining Attempt 8b0500a4e84ce14c6b3a0cf0ad868534862b870528194192522247490ace82bb
Version 20000000
Previous Block 000000000000000000013056a9caa15cd1e34c038e1bb47f9d61c37f2e670056
Merkle Root d25a183f953761926c556ade7f94ca2b73f56335261890ed72422912114ecaaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,702
Size: 1.00 vMB
Total Fees: 0.00457824 BTC
Feerates: 50.27 > 0.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,196 (277,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,520 637,520 00000000000000000002d8aa85b55b2a48dce022a79723c8f4eb741168504a6d 2,566 1.00/1.00 vMB 54
637,519 637,519 000000000000000000095b597989da9ff48d070e4d693d9b9ff1e963b26e31f1 2,567 1.00/1.00 vMB 38
637,518 637,518 0000000000000000000d043462dfc62c087c05edc73b0d0f3bb720334efcab93 1,944 1.00/1.00 vMB 31
637,517 637,517 0000000000000000000901ed3ef6d73151d974d72a84f6acbc2ca1d365482982 2,919 1.00/1.00 vMB 42
637,516 637,516 0000000000000000000f3e128f0f1f4aa7681d0e8b38b06cdef13ede851fd006 3,031 1.00/1.00 vMB 57
637,515 637,515 0000000000000000001162719c2a08a7468a5135fde9df69bf58c5c5e08310b2 2,830 1.00/1.00 vMB 40
637,514 637,514 0000000000000000000b6a41a6c54aa3fdc7ac5d8368c3861295e066315845b5 2,899 1.00/1.00 vMB 67
637,513 637,513 0000000000000000000b4d76d3b03b8d044f37327d3825ebc023ec9b903e167a 2,461 1.00/1.00 vMB 32
637,512 637,512 00000000000000000002cf74b9bbdd3a77b1cea5652a55890ff0e391c59f55a7 2,825 1.00/1.00 vMB 34
637,511 637,511 00000000000000000005a5fdfc960f57ef5c59f5b73944b92ace304dc1e7c739 1,961 1.00/1.00 vMB 45
637,510 637,510 00000000000000000004b0eab942466816259fd42a28b44f519961ede9347961 2,749 1.00/1.00 vMB 58
637,509 637,509 0000000000000000000e7c5ff47ad163d775029bc204f084098a2604b6a744dd 2,798 1.00/1.00 vMB 65
637,508 637,508 0000000000000000000ad4c0cf169d09dc0a6055c6b06caac3d9d3008f3e2932 2,648 1.00/1.00 vMB 44
637,507 637,507 000000000000000000086bb2ed543594bec7c4ddc28ed6327280bcb5cc7a8059 2,237 1.00/1.00 vMB 51
637,506 637,506 0000000000000000000776e73ea40f7f50a709ea086e65e5923236e737b89e44 2,115 1.00/1.00 vMB 65
637,505 637,505 0000000000000000000e119b20600d6da06d72dcde079edd9f80a6d495a2405f 1,321 1.00/1.00 vMB 66
637,504 637,504 00000000000000000008472abfeb15e089c67d96fd37642a4fa6a8c12e939cbf 2,952 1.00/1.00 vMB 36
637,503 637,503 0000000000000000000d49a850cdda6dc4cb00dc3fee830339bcb739a1092923 2,966 1.00/1.00 vMB 46
637,502 637,502 000000000000000000086116c43c2d3c2c10747bc3cd024be1e00c8d2b4d780c 1 0.00/1.00 vMB 0
637,501 637,501 0000000000000000000f681269bcae5bd1588710456cb6c9b106d9686bded57a 2,563 1.00/1.00 vMB 60
637,500 637,500 000000000000000000022ae26396c1576733b23f724bb885a9b814b263d4c340 2,387 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.73 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: 707.69 GB
    • Received: 16.69 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.