Loading Tool

Explorer IconExplorer

Memory Pool

83,254 transactions
30.70 vMB
0.14492203 BTC
Random Selection Loading Transactions
Max Size: 184.77/200 MB

Candidate Block

Mining Attempt ea6a9526e58e87da2e3ff1b944488cbcc5450a1424c8b8c274e43e04499a46fe
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root f124ee7a2c564fbe0efb08bc5f7bdedaaf07cea401d5a4f149bdf7c12e558251
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,371
Size: 1.00 vMB
Total Fees: 0.07988188 BTC
Feerates: 150.77 > 8.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (523,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,804 391,804 000000000000000009d737fb6d160e2bd3edb8e2d0e5226bd3b17a841d6ca3fb 866 0.51/1.00 vMB 24
391,803 391,803 00000000000000000852d5daaf2c6ca568550d2c98b55ac3e5e760dfb0705738 2,583 1.00/1.00 vMB 79
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
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.