Loading Tool

Explorer IconExplorer

Memory Pool

78,858 transactions
29.54 vMB
0.10314275 BTC
Random Selection Loading Transactions
Max Size: 177.84/200 MB

Candidate Block

Mining Attempt bae98d12892ff2894f4f2bff755d253d5515b3f2fe3fc22171ba29d61a3b9f83
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 62e193730ba076f5aac16727d8162337780d382cecd4de78252c7599f719a9a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,576
Size: 1.00 vMB
Total Fees: 0.03874229 BTC
Feerates: 164.34 > 3.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (478,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,460 436,460 0000000000000000031453c5b62a28b342524eb7086a8a4e569a7d3307b061b5 2,024 0.75/1.00 vMB 82
436,459 436,459 000000000000000003c2e85405eaa86de3fb68197e7c029eb83ee4c3afabe55d 2,349 1.00/1.00 vMB 74
436,458 436,458 000000000000000003f6f55e22db96b7b61b7455128e1a8a24209a0f33a40aeb 2,008 0.75/1.00 vMB 83
436,457 436,457 00000000000000000238169dffb7d6f9f9758b721daf7ffd6cfce58ec4c9632d 659 0.34/1.00 vMB 53
436,456 436,456 00000000000000000358b759cae4bba6200db16d1c6a8b38382a561da6ff60c2 1,052 0.41/1.00 vMB 84
436,455 436,455 000000000000000003e1806440f8e0777b4d6d890ecec39f413834282c533437 1,982 0.82/1.00 vMB 54
436,454 436,454 00000000000000000242c3317c5b527a5cd0a28cc4babbbae26e922dcb37bd1e 2,597 1.00/1.00 vMB 90
436,453 436,453 0000000000000000032e3f8e460472761941b3091aa9eb2896a6d11793f05771 1,163 0.99/1.00 vMB 33
436,452 436,452 0000000000000000044d3e737de24cfeab147e98d4ef354caea90e602f69c757 1,136 0.59/1.00 vMB 56
436,451 436,451 000000000000000003f1c81421e178e0def1857abbba73dc9a60dd5b729d23be 2,506 1.00/1.00 vMB 85
436,450 436,450 000000000000000003888a739ad6b7403f6b7be5d7eb334fb88ac62bb3852627 884 1.00/1.00 vMB 22
436,449 436,449 000000000000000002a4428377d49fe73e66f43fc6608a261f4d50bc2b177272 2,042 1.00/1.00 vMB 41
436,448 436,448 00000000000000000283f937c6c614fe399830d12f4ae1fb1dabc1040411b816 2,558 1.00/1.00 vMB 72
436,447 436,447 0000000000000000020d3f8abe62fe5c2345bbf235791741424916b240ba07e1 2,514 1.00/1.00 vMB 91
436,446 436,446 0000000000000000041e886222693970c5c0355d723164f3c596074223a22e08 2,397 1.00/1.00 vMB 75
436,445 436,445 000000000000000002be87e2db5c19e3d626e4019ae7c70c5c6f796bbcbfd732 2,828 1.00/1.00 vMB 105
436,444 436,444 000000000000000002b65b2e3d7784ce773c06bf8471df120f1fa9fe1bacf84f 2,244 1.00/1.00 vMB 78
436,443 436,443 0000000000000000001bf07ffa07dcad5db5c0938eaad66f3ee2d0c17539690a 2,163 1.00/1.00 vMB 61
436,442 436,442 00000000000000000353b8460025e009e3afbf8392d76f66aa1d6e0983b5d2f2 2,735 1.00/1.00 vMB 63
436,441 436,441 000000000000000000b87820312a3f65823845e07b5b40c2fda9c547efed399c 2,170 1.00/1.00 vMB 69
436,440 436,440 0000000000000000008bc210e36c65942285228497dacc4d4da128aedac14c2e 1,833 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.66 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.05 GB
    • Received: 16.36 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.