Loading Tool

Explorer IconExplorer

Memory Pool

82,480 transactions
30.79 vMB
0.08604782 BTC
Random Selection Loading Transactions
Max Size: 188.39/200 MB

Candidate Block

Mining Attempt 4f6db873b47a2b6901f1f00e8332432b563473db7cbc7b4db5271d0ef7a2c514
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root be40711df4a3959c98e967842ee174035a7e67c70cb079fa358441f4c548ef60
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,791
Size: 1.00 vMB
Total Fees: 0.01569138 BTC
Feerates: 114.09 > 1.57 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (534,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,833 380,833 00000000000000000ec1f18db7f35880db1cb1ca6b0a0a0ef86e7a3d5ad2a101 207 0.12/1.00 vMB 22
380,832 380,832 00000000000000000bba7769ae632607f189996c6ae7fe9dd67bd712d7d939b0 180 0.11/1.00 vMB 24
380,831 380,831 0000000000000000112e182d5a2675ef7ef3f7e73c61a9819645e3d5b338339b 1,558 0.65/1.00 vMB 39
380,830 380,830 00000000000000000aa7afed26ee392a998fcfb5bc721b84ef26e486ad0a2619 406 0.25/1.00 vMB 27
380,829 380,829 000000000000000000d8e4c9db000f4fa3412e763fcc977edef64fad44dd4f39 406 0.25/1.00 vMB 35
380,828 380,828 00000000000000000f7cdba479efc8e33fcb3fb6000097e634d1233a177119ab 341 0.25/1.00 vMB 23
380,827 380,827 00000000000000000611839e21ac2858b9ed29acccebb45cd612b00f8a83a6f9 629 1.00/1.00 vMB 14
380,826 380,826 0000000000000000081c95a8639bcf4bf2601d86bac0f34b1671f5b1d11de090 1 0.00/1.00 vMB 0
380,825 380,825 000000000000000003b9fac2200827b8a9b5aa02ec661d4221a99a526372f1cf 1,934 0.86/1.00 vMB 46
380,824 380,824 000000000000000007a90c661e48be07eb44ab6b4b305167549c2c24501248f4 1 0.00/1.00 vMB 0
380,823 380,823 000000000000000003950ead5b56a19dd49a9cf8ee9c429dc9df7450c329563e 544 0.26/1.00 vMB 37
380,822 380,822 000000000000000006f4bed7a4c68915236bfe6d7dce7fb9d3ba0a2cf43ffaa9 992 0.50/1.00 vMB 36
380,821 380,821 00000000000000000773e94c28b1e0f2005e0968e65a5a9fd30c0c41f483baac 97 0.08/1.00 vMB 19
380,820 380,820 00000000000000000de80195b0f1fdfd10821414edd06eaf7c3b806b8992c1a5 1,405 0.64/1.00 vMB 39
380,819 380,819 00000000000000000e988aeac82b1b92d4fc7bea721cc4dba9b95387d018b761 188 0.11/1.00 vMB 24
380,818 380,818 000000000000000011e04ca0ecd2a9cfc169e5d0892ee1028a58673a3eca24c8 367 0.34/1.00 vMB 16
380,817 380,817 000000000000000005e0261a9464b8e84ff157e3d02cf3c3d92bb0df57fd43e3 1,164 0.57/1.00 vMB 41
380,816 380,816 0000000000000000107e05d7fd1d7c3ffe9b90e93d4bb04085f7cbf32d67fdf2 759 0.54/1.00 vMB 28
380,815 380,815 00000000000000000917f125c1e43d7e9454298ba290068abddd726cc4088e28 1,232 0.63/1.00 vMB 28
380,814 380,814 00000000000000000fb7e353fd2125018b3ef5882414a3f41bdbcaf530fb5c7e 2,297 0.95/1.00 vMB 51
380,813 380,813 0000000000000000077f85b0e0c466b62c71fd7d211440677e742f3c67607290 804 0.36/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 783.02 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: 719.27 GB
    • Received: 18.02 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.