Loading Tool

Explorer IconExplorer

Memory Pool

85,243 transactions
31.72 vMB
0.09628904 BTC
Random Selection Loading Transactions
Max Size: 193.12/200 MB

Candidate Block

Mining Attempt 821496dd9c6b229fb3b5e93b2190961703b8ee5bd301d6a2503107a924a77fb2
Version 20000000
Previous Block 00000000000000000000d6af37f0b6daaf3286e0e474d4226cd2febdaed43b03
Merkle Root 907a94e0171f3d8b0bbbcebb69f92060dd7591c66ce5d3bbef4cdc9497690816
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,238
Size: 1.00 vMB
Total Fees: 0.01662779 BTC
Feerates: 24.95 > 1.67 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,363 (35,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
880,053 880,053 00000000000000000000861194e8bf1b8f1cd679cbe40b7d6e3de57a16415900 3,370 1.00/1.00 vMB 9
880,052 880,052 000000000000000000000dee65960afe25d3e4c5d6fe8c4b72a990a248d417a1 3,395 1.00/1.00 vMB 10
880,051 880,051 0000000000000000000220e92db3584e92f3badc4db980cdb2eb0ae16094a6d6 3,769 1.00/1.00 vMB 12
880,050 880,050 00000000000000000000547fcc2e35e3e3b83f06f83577eee0ce3449c63f5a93 3,324 1.00/1.00 vMB 15
880,049 880,049 000000000000000000028b4ad1dbbdeede23b96f7315e2a284a136d1e9cab77a 2,307 1.00/1.00 vMB 15
880,048 880,048 00000000000000000000762f1b2f18f13d40ebde4438427908f734db3e6e6305 2,915 1.00/1.00 vMB 8
880,047 880,047 000000000000000000000c358a3d10a52bec00eb2e606cc9e05e247919ab2203 2,864 1.00/1.00 vMB 7
880,046 880,046 0000000000000000000283784a5112edc2b6f011ba9a98d4abeaa656d603582c 3,193 1.00/1.00 vMB 6
880,045 880,045 00000000000000000001a30ec7470e3b202fa45a93f90f9dd79be685a6abf560 2,247 1.00/1.00 vMB 7
880,044 880,044 000000000000000000014108e4a216802ce97b3e3582e828b1e1e61d628d6fd0 3,640 1.00/1.00 vMB 11
880,043 880,043 000000000000000000024d015241b36217dcafd197aed70b2a1044f7eb06cf70 1,744 1.00/1.00 vMB 12
880,042 880,042 00000000000000000000a599b430520f333a984f783175deaa6b0dc7f8edab08 2,758 1.00/1.00 vMB 5
880,041 880,041 00000000000000000000994edfe0ee1699f8ce21edfbad3d74b59241be71b20a 2,148 1.00/1.00 vMB 7
880,040 880,040 00000000000000000001e516a29d9e5b8edfe068f6b696dacfc0ed8d8887b008 3,348 1.00/1.00 vMB 8
880,039 880,039 000000000000000000016ea4be12a42a3e8164c9a3855f636770d534958179a3 2,440 1.00/1.00 vMB 12
880,038 880,038 00000000000000000000a69d5e639646f62d010e5e50d2beeb77e82aca6afdd9 3,424 1.00/1.00 vMB 10
880,037 880,037 00000000000000000002140dc55b3233047f292c6550aa7abc60232585b2ea4f 3,461 1.00/1.00 vMB 20
880,036 880,036 00000000000000000002563a7f3d7c98140215fa5488fb386a66b693b0f529f7 2,072 1.00/1.00 vMB 4
880,035 880,035 000000000000000000012c05df942e90d4417cbd6e40afe1e7b6efc89f71206f 1,315 1.00/1.00 vMB 3
880,034 880,034 000000000000000000025e7fb5713a0340c40cc29c3532d4100a0bbdd264fb0c 773 1.00/1.00 vMB 2
880,033 880,033 00000000000000000000202608b215f45c3d6deeff821ab07a88d8333a13d545 2,202 1.00/1.00 vMB 5
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.43 GB
    • Received: 18.05 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.