Loading Tool

Explorer IconExplorer

Memory Pool

85,692 transactions
31.97 vMB
0.12053642 BTC
Random Selection Loading Transactions
Max Size: 195.74/200 MB

Candidate Block

Mining Attempt f95b86c7174215a8bd99e13c4bffdd664790ff3b8d9081c31b47921330762e8c
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 0ade63816f6dfe97247386d22bf6470f1089f5c8e544b48fc895a8fd6fbe721d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,548
Size: 1.00 vMB
Total Fees: 0.04136125 BTC
Feerates: 299.70 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (509,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,841 405,841 0000000000000000063728c359faedc6ec6f75e56d2ca86f41330a97b96b5a6e 2,554 1.00/1.00 vMB 63
405,840 405,840 00000000000000000042b65448d12aad11a05f9a8d2a19276d0e0ca9dc336d06 1 0.00/1.00 vMB 0
405,839 405,839 0000000000000000019d6d16e361b0138a54b2cd020297799049413eaba361ad 1,332 0.99/1.00 vMB 34
405,838 405,838 000000000000000003bd81bc83e52889b29db22b05da49b0fc9b69c5c9b46d39 911 0.38/1.00 vMB 39
405,837 405,837 00000000000000000444ad39be9d0b3a75fa8a8bf7a475096e1dab3d23510e8e 1,238 1.00/1.00 vMB 25
405,836 405,836 000000000000000001befeb991c1dee99ebbb582c5ebce0632d664ccd3378efe 821 1.00/1.00 vMB 21
405,835 405,835 00000000000000000614f42949969f0c7a696f683182878b92a815dc66c2f404 2,062 1.00/1.00 vMB 48
405,834 405,834 0000000000000000019328c9a7d5609958cf0caa7b61d4939adf4cd0ff8a1133 2,212 1.00/1.00 vMB 45
405,833 405,833 000000000000000000bc532d9ecb080407d0bdd0daf6f2261cda38cda66a9c90 1,637 0.95/1.00 vMB 39
405,832 405,832 000000000000000003a8d5f7c87e771bc1d3279d9f46436ceefd508c674822bc 101 0.04/1.00 vMB 44
405,831 405,831 00000000000000000584b948bd44d644ac6b5f9993d2fc211555875059b2bde4 758 0.94/1.00 vMB 11
405,830 405,830 0000000000000000012a7b9a806a802cd1f8075fbec05865e61629e2c90669dc 1,029 1.00/1.00 vMB 27
405,829 405,829 0000000000000000046f4392b4f4f2c6629c354c32fc2e3859c3f838ae0d0f8f 818 1.00/1.00 vMB 17
405,828 405,828 00000000000000000076709749757e30a0f12a227451931658c5abbd668e21da 1,351 1.00/1.00 vMB 30
405,827 405,827 00000000000000000441c569595a93acac6b15a04e22c2c0fee7bf7dae053a46 1,535 1.00/1.00 vMB 35
405,826 405,826 000000000000000003620a81076a0cfadd382a1d47910060cb6a7b77936ef661 2,641 1.00/1.00 vMB 56
405,825 405,825 000000000000000002682211099d732be3c658532da1423f60c2731928b42d8e 1,865 1.00/1.00 vMB 42
405,824 405,824 00000000000000000382582ac788d359efc5163b7a09bfacd408c78fbcd00083 1,418 0.99/1.00 vMB 23
405,823 405,823 00000000000000000434a64d7334afa235bf485e1f9c60e107ad8c30f35f1f1a 2,103 1.00/1.00 vMB 49
405,822 405,822 00000000000000000528b255747fbe8bcee0fef43380d3d7f19e6c31f774abb3 1,583 1.00/1.00 vMB 90
405,821 405,821 00000000000000000577e8d8ddf2b0acb3b3654d7f3dc322023deea505738b91 1,410 0.99/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.78 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: 709.64 GB
    • Received: 16.94 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.