Loading Tool

Explorer IconExplorer

Memory Pool

44,068 transactions
27.35 vMB
0.07070958 BTC
Random Selection Loading Transactions
Max Size: 144.00/200 MB

Candidate Block

Mining Attempt 4ef4547e261578e5c9fc2f4434ee2dd3a416d8988ce01b771acf34e52476534d
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root 566030e202ed5b803aaa494e883aaef94c6a553d00461847f931b3cd0a529bf8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,664
Size: 1.00 vMB
Total Fees: 0.01958527 BTC
Feerates: 170.94 > 1.96 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (523,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,802 391,802 0000000000000000036b7443e223c73f5a075c9d18a957061664b0d7e18c7ae9 1,041 0.44/1.00 vMB 85
391,801 391,801 0000000000000000092a71d7566c4c956203d22cefe3f9ee4fa50fba15b4922e 329 0.25/1.00 vMB 15
391,800 391,800 000000000000000000eb34e754218e08d73b49b9c37478b46914f01747e18026 529 0.26/1.00 vMB 28
391,799 391,799 0000000000000000070694ca8ccce265a2172ab53e355ebdc3ebcecb0ea1ff37 1,151 0.59/1.00 vMB 31
391,798 391,798 00000000000000000000ab4fcd366c392fb7e6f9c2850cc4ea51453abe6a82c7 197 0.25/1.00 vMB 10
391,797 391,797 0000000000000000001c27d50697ff7cd841dac6fd4abffda809366bd093a91b 1,926 0.71/1.00 vMB 50
391,796 391,796 000000000000000009bc77a79e9ee65e626ca0b9a296338456fa1853a35657a6 713 0.28/1.00 vMB 43
391,795 391,795 000000000000000005e2fa1a82dc4f6fe4f540ffc7ba3343475712b67532ecc3 892 0.37/1.00 vMB 40
391,794 391,794 0000000000000000007ca54347a7ddeccc6807a5ecdb987ce0c27e01242ed9af 1,308 0.66/1.00 vMB 33
391,793 391,793 00000000000000000378e43bb8643ec513c34f8c03bee9fafcbb49e916cefda3 565 0.25/1.00 vMB 40
391,792 391,792 0000000000000000054ac2a9b7c7746aa4c144edebd49e1c4ab0dbbdc394d9c3 618 0.47/1.00 vMB 17
391,791 391,791 0000000000000000050423607c939a49a1f20af0f185792f93af9c88e9821bdc 1,160 0.47/1.00 vMB 37
391,790 391,790 00000000000000000615c63c8e0a94b77414cd06b60ab45cb5cf6b3adfa1ef5a 563 0.58/1.00 vMB 20
391,789 391,789 0000000000000000057d2a3e4e606eee77065ad7abfa5c2aa063d19be07eaf93 97 0.04/1.00 vMB 38
391,788 391,788 000000000000000007e817f7a99626f9b85c93f443ddfa0d4836b56a0bf13f58 1,097 0.60/1.00 vMB 31
391,787 391,787 000000000000000000ab64cc59c20f03d5826cdeaf1c43066cc015e4eb31c9dc 1,773 1.00/1.00 vMB 28
391,786 391,786 000000000000000007e3041a3feade3e8d4fdfc2d1792812d4bbaa0a1f72023a 1,350 0.63/1.00 vMB 34
391,785 391,785 0000000000000000049af6ab935b6722424503054f31ada955a3ed4c37672c98 1,601 0.60/1.00 vMB 37
391,784 391,784 0000000000000000098ceff32442a2aafc5579f31d3a3464f41269f490da9dea 1,669 0.84/1.00 vMB 34
391,783 391,783 000000000000000002aab096faf6dbc85dd4002f0695c672f3c6f6dbf92ccd2e 1 0.00/1.00 vMB 0
391,782 391,782 00000000000000000a43cd5221bb0436fa70d3d6b47b3787dae61da4893446b0 998 0.42/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.21 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: 654.39 GB
    • Received: 14.14 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.