Loading Tool

Explorer IconExplorer

Memory Pool

81,614 transactions
31.10 vMB
0.08145329 BTC
Random Selection Loading Transactions
Max Size: 189.09/200 MB

Candidate Block

Mining Attempt 3e6d248ee8fd45bde56b9f6015f317db49b4827cad0c59ab9fdad1bf1b45b4bc
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 5bee2177ce129385b0a7a613e416c33178a4293b8a755674fe2973c5d9fab1b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,035
Size: 1.00 vMB
Total Fees: 0.01444909 BTC
Feerates: 73.20 > 1.45 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (307,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,406 607,406 000000000000000000003cb986962414ffbb10e1d69babf688dc1dc61a2861e3 3,101 1.00/1.00 vMB 16
607,405 607,405 0000000000000000000d543ebb8b2915fd59bbd571f461b6fb4efb7518435f42 1,637 1.00/1.00 vMB 19
607,404 607,404 0000000000000000000731d4a16e8cdf68640a4899db4485fa413248343243ec 2,824 1.00/1.00 vMB 25
607,403 607,403 0000000000000000000916db95bedb4de2194fb24950efe6971dd7e3f7a7c5a4 2,866 1.00/1.00 vMB 13
607,402 607,402 0000000000000000000de109e44c5e0fe37d6d5a7fbf76e6b7cbbb3d57b39815 1,948 1.00/1.00 vMB 14
607,401 607,401 0000000000000000000ca872f0e988263ec0691241f88626cd84f2deb79014e7 3,108 1.00/1.00 vMB 28
607,400 607,400 000000000000000000100b45925ac7b4dc24f6a028f5f7430aceba8774343504 2,927 1.00/1.00 vMB 10
607,399 607,399 00000000000000000008e67ccfca1822eab366c8055563bae15ba402a8e329fc 2,244 1.00/1.00 vMB 14
607,398 607,398 0000000000000000000a1a3f1acc686c356915f641c7d8abada2dbd357149306 2,910 1.00/1.00 vMB 24
607,397 607,397 00000000000000000010e581e231ff16a858817ddef61292b038fd26ab26e5bf 1,755 1.00/1.00 vMB 12
607,396 607,396 000000000000000000124b92afb0ab6c7129e603e243d5bcd061778a890c33af 3,356 1.00/1.00 vMB 19
607,395 607,395 000000000000000000016e6076f7c65bc1b2caa58e4b26df7a8ae247f6d111d4 2,520 1.00/1.00 vMB 17
607,394 607,394 00000000000000000006675f16e7c1d43fb47f72421d73832ec687219db5798d 2,943 1.00/1.00 vMB 27
607,393 607,393 0000000000000000001332339482a334c17d83cbff743c555dbf4facb34ffffc 2,838 1.00/1.00 vMB 37
607,392 607,392 0000000000000000000a5588304d879b3f469466b1c87f592ec984afe9321d9a 2,311 1.00/1.00 vMB 56
607,391 607,391 000000000000000000101b9bac3db6fa96bcdbc1392b6c54f36aba19496a4e16 3,057 1.00/1.00 vMB 20
607,390 607,390 00000000000000000012f82f774e157198e29dd0a0697b0c58b62c2c5764dc9c 2,020 1.00/1.00 vMB 35
607,389 607,389 000000000000000000080a2d9bfdd6f01d730aa46cea93f2fc2a951e02caeb22 2,903 1.00/1.00 vMB 8
607,388 607,388 00000000000000000012340e4a0cba3c51c1ee43fce71be1a8c3180f6dba5a7e 1,463 1.00/1.00 vMB 11
607,387 607,387 000000000000000000069ea3ff2da650b441ec1277aa59e7d7c62f01b271f980 2,803 1.00/1.00 vMB 27
607,386 607,386 0000000000000000000b886a826ebf7b9d1e76dd3cfd4ca1e71dee323e6b46bc 2,901 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.