Loading Tool

Explorer IconExplorer

Memory Pool

85,522 transactions
31.93 vMB
0.11835450 BTC
Random Selection Loading Transactions
Max Size: 195.48/200 MB

Candidate Block

Mining Attempt 6f6ab5d7de2cfbf28e479b04ed6183395c41cab78b95d24af5bcd4e750d18804
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 09f746513a56caacdd109e8a39199d6056b49606f871ca73caf528f1abb5551a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.03998880 BTC
Feerates: 299.70 > 4.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (453,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,905 461,905 00000000000000000046509f9ffdf032b64973e61abea70551193006bc5ad1d4 1,343 1.00/1.00 vMB 107
461,904 461,904 000000000000000000bbd20e27837d95b1b07fa5abcfb8d8a57fc541289df426 2,104 1.00/1.00 vMB 145
461,903 461,903 00000000000000000054ac78d0e8b6a6bea64cee22107b3df9608d71fa75b69b 2,865 1.00/1.00 vMB 118
461,902 461,902 000000000000000000aed02de4d56427fce3fc6be20766fca1f20d4b68a36d65 2,014 1.00/1.00 vMB 162
461,901 461,901 0000000000000000009ad7a429c77d458be77e88bce94a8ba23f3f6422b1ac62 2,037 1.00/1.00 vMB 120
461,900 461,900 00000000000000000116900acfd7041b84f6edec684f677b928ec324aa4ad0af 2,140 0.99/1.00 vMB 118
461,899 461,899 00000000000000000010b5ee06bf345f71758d1c9e8c9573290a0d9513bead0c 2,147 1.00/1.00 vMB 149
461,898 461,898 0000000000000000000499824aff74190281a1de31b82749f63a5357a32f4a17 2,641 1.00/1.00 vMB 201
461,897 461,897 000000000000000001adb2987a7cc4561f6a684ad9f7b3cf314f41edec87b74f 2,485 1.00/1.00 vMB 100
461,896 461,896 000000000000000001aeb53972f8d177e8a12fd3fe6afaa44bb1560ee057a32c 2,319 0.99/1.00 vMB 156
461,895 461,895 0000000000000000007f8558a1908806c511165a2e15305e7a29dea0d6e4ef6c 2,038 1.00/1.00 vMB 172
461,894 461,894 000000000000000000ec6bd2fd80800ed2962de582a4922afb26d71989a79fef 1,899 1.00/1.00 vMB 146
461,893 461,893 0000000000000000013b7a2d398519bc8b400892bb99cf0bd77ebe5a2614c6f3 984 1.00/1.00 vMB 116
461,892 461,892 000000000000000001ef1f753729541fb713c669909eec856dadaf64277e2af2 2,315 1.00/1.00 vMB 126
461,891 461,891 000000000000000002187cd7acb6e9ee8240d05bbf4fc4de11390f7f140ab6ae 1,285 1.00/1.00 vMB 133
461,890 461,890 0000000000000000008c32ae1c3325461f534c6178eb378669504bbf59d7ca14 2,533 1.00/1.00 vMB 149
461,889 461,889 00000000000000000026fc9195ebfa02d76d1318ce701adafb0566eb79cc4a81 2,085 1.00/1.00 vMB 182
461,888 461,888 000000000000000001274c37b5499731f3cb8fb954eae5a7c7ff2555c7f82890 2,118 1.00/1.00 vMB 227
461,887 461,887 000000000000000001816f35fc8ad13a24c583f927a4f51bf0e311370ee0dd05 2,405 1.00/1.00 vMB 277
461,886 461,886 000000000000000001f2d9172d27937c8bdf9ab21a4e6746ebb150cfff9bd9a8 1,548 1.00/1.00 vMB 235
461,885 461,885 0000000000000000012ed8721bc43982f5577e318bf56aeecc2270ba0106ea26 1,949 1.00/1.00 vMB 289
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.63 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.