Loading Tool

Explorer IconExplorer

Memory Pool

44,636 transactions
27.38 vMB
0.09513209 BTC
Random Selection Loading Transactions
Max Size: 144.67/200 MB

Candidate Block

Mining Attempt 173a2c063a4baa22d6313047aaef08e821ba5ec6d5930d627b5a0d6e2d5f0fb0
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 74b16caa94c94a2b055731d6a314de7a4ce9c74b9880612b006d9f2b881404bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,790
Size: 1.00 vMB
Total Fees: 0.04383247 BTC
Feerates: 150.75 > 4.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (515,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,672 399,672 000000000000000003f03b0a76043f2518ed0a210b9f6fe504124e2e4868c91e 2,460 0.93/1.00 vMB 46
399,671 399,671 00000000000000000078e11592378860b39f85150f3d7b754c58e3772bf40d9c 2,195 1.00/1.00 vMB 43
399,670 399,670 0000000000000000041a854a139cfb5432b6bc81de52fe1386fb2fff4f4cdcc7 2,824 1.00/1.00 vMB 59
399,669 399,669 000000000000000000fa6a39992fc52a7938b55667a40dd7dc7d37bbd507a704 2,227 1.00/1.00 vMB 43
399,668 399,668 00000000000000000109b588f8aabaf54fbd6ea02d8330d0f1b0d2c6dc93ea26 2,168 0.93/1.00 vMB 45
399,667 399,667 00000000000000000262273cdaa07cb2efcf646ddeeaf597520f569fe747e36e 1,564 0.75/1.00 vMB 27
399,666 399,666 0000000000000000002c4fcc83d685e802bff7bc275190568981f2f9ca40ba71 1,290 1.00/1.00 vMB 32
399,665 399,665 000000000000000005131fbdf87c154a212101ff20c830d4b857324a6ec3ff13 1,796 0.75/1.00 vMB 44
399,664 399,664 000000000000000000d5c3d10bd0c02e69e4db984ba35b5b941a94c4ab71c88b 2,665 1.00/1.00 vMB 41
399,663 399,663 000000000000000002b785ab8388d2f510eca84dfb684ea61d25bc11d49de76f 2,474 1.00/1.00 vMB 35
399,662 399,662 000000000000000002dfd829d26b314ef74a0430f26aee3bc562db9b8dc22835 2,216 0.75/1.00 vMB 55
399,661 399,661 0000000000000000060f59485f96b3b65718595c6d5d83ee196a26a5f3ff239d 2,722 0.93/1.00 vMB 57
399,660 399,660 0000000000000000062b89a4ad5b903a0fbe5938684f5c86df54414f8c959719 2,914 0.95/1.00 vMB 57
399,659 399,659 00000000000000000373a52bfd4d6593b5ac5d42b6a53cc7b18613f14c94f562 2,659 0.98/1.00 vMB 44
399,658 399,658 000000000000000002c0f7cbd1480473a00e88fa6242d363ff371568f0c690d4 3,034 0.98/1.00 vMB 57
399,657 399,657 000000000000000003f2c1daaca24eddde3c5c23462eed0b405922335c83feaf 2,660 1.00/1.00 vMB 48
399,656 399,656 000000000000000003a40ffc48fd56b05cdc6d1e4120f586b7ac03c5fd48feb0 1 0.00/1.00 vMB 0
399,655 399,655 00000000000000000553525a8089b707a0c2af160a651644daf3a1eeeb988d8d 1,880 0.98/1.00 vMB 35
399,654 399,654 00000000000000000575f115d9a974ca5701fb95adfc46331592c01009617805 2,299 1.00/1.00 vMB 75
399,653 399,653 00000000000000000690dc4a3859da8042d06a1d229a5f601bc5762f6f123864 2,020 1.00/1.00 vMB 71
399,652 399,652 000000000000000001d2f0f33cd86ee97b8ea7734a4705c442efb5366a94ebe4 1,707 0.88/1.00 vMB 32
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.15 GB
    • Received: 14.27 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.