Loading Tool

Explorer IconExplorer

Memory Pool

43,560 transactions
27.01 vMB
0.05750028 BTC
Random Selection Loading Transactions
Max Size: 142.44/200 MB

Candidate Block

Mining Attempt 07f47c8f5f2f691d5b10444a7e0764a8f2e530e495af8544ba7c665128490b2f
Version 20000000
Previous Block 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083
Merkle Root 9f9c9e5f75e6c8cb1991c17f76b6fc0a75babe3fd1c89a0c0151ae87b867a595
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.00722032 BTC
Feerates: 160.56 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,915 (312,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,906 602,906 00000000000000000015d10c1a38f14a34edcb82c89f8b51919ea0bf3c9f0476 3,138 1.00/1.00 vMB 14
602,905 602,905 000000000000000000129bcbce1fb9fdbe16eb21d94aef18a78dbc388c932844 2,904 1.00/1.00 vMB 27
602,904 602,904 00000000000000000000842a3a967020e18c064be0f6bde764d060dde8e7539c 3,236 1.00/1.00 vMB 49
602,903 602,903 0000000000000000000cbe267dd17106b662ab0cb20d4247c9e54996905f701f 3,131 1.00/1.00 vMB 22
602,902 602,902 000000000000000000108fc5fccb11fcfb3825b239ab357a5026eebb88c05838 3,161 1.00/1.00 vMB 30
602,901 602,901 00000000000000000007322bcc743def81266e23a379e9ede7c2b2cec527a972 2,649 1.00/1.00 vMB 28
602,900 602,900 00000000000000000012228083f455fc05fede670e643deb678fae56fffedcb2 3,324 1.00/1.00 vMB 36
602,899 602,899 0000000000000000000fdf888a9f67a181763e60fd8f73eca2a869a2eee33655 2,820 1.00/1.00 vMB 35
602,898 602,898 000000000000000000045bf13ae1976413208bcdac2e75d885d94803cc783614 3,004 1.00/1.00 vMB 52
602,897 602,897 00000000000000000003da9ecbe3b6f77375d4c8aed230377f5bc48258c77bec 2,585 1.00/1.00 vMB 45
602,896 602,896 00000000000000000005a0384dc67d9d795ea7bef73a5f16890b6d2f145551fc 1,773 1.00/1.00 vMB 68
602,895 602,895 00000000000000000002da085716ceec57976cd358afeebd3ff039c276645578 2,934 1.00/1.00 vMB 41
602,894 602,894 000000000000000000017054b9f182c3a1f7b120d5d1c8cfcdc6d31a4f35c1d9 3,213 1.00/1.00 vMB 42
602,893 602,893 00000000000000000011b3f25182598567cdf45dd0de76f8111f5109a8610d49 2,572 1.00/1.00 vMB 54
602,892 602,892 00000000000000000002b1397ee780c147215e9f1d4fad0b0ccc0522d12b8465 1,986 1.00/1.00 vMB 21
602,891 602,891 0000000000000000001332f69642ca24c623b29128bb434f5e2ce4b9893a9287 2,963 1.00/1.00 vMB 35
602,890 602,890 000000000000000000118a38bde4cc8f33d138a0fe4a19b1ca42b1fc1a4ba3fa 3,021 1.00/1.00 vMB 30
602,889 602,889 00000000000000000005557c68d7f112ce0c47726247def3b2169c391c2783e2 3,130 1.00/1.00 vMB 49
602,888 602,888 000000000000000000144857b29a49c9b0359db9448358f3c62357f524d3094d 2,165 1.00/1.00 vMB 30
602,887 602,887 00000000000000000015dbaa49c12ff03f1dbee4d5f32e80a7ae8bad691fd7e6 3,411 1.00/1.00 vMB 31
602,886 602,886 000000000000000000015d7a44f6471cc4056fa97b8cbdfd32b3747fe2c2073a 3,092 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.24 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: 655.07 GB
    • Received: 14.25 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.