Loading Tool

Explorer IconExplorer

Memory Pool

81,911 transactions
29.97 vMB
0.09535979 BTC
Random Selection Loading Transactions
Max Size: 181.89/200 MB

Candidate Block

Mining Attempt 3d3cd0fd90b9e35660e1093861a4e85554de80e549bb38952d1d63e4706d6adf
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root 83ee4df928cdd78a86d68a8390c71505e654a0b8e11a85da826bbec932935bec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,212
Size: 1.00 vMB
Total Fees: 0.02645388 BTC
Feerates: 301.57 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (499,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,513 415,513 000000000000000001581b0b978964712265301b3b2360d83bbf378d0577239b 2,088 1.00/1.00 vMB 46
415,512 415,512 0000000000000000019e93275c4b0a6adf02c6b20e6b7ff09845cc8df66bbb30 2,677 1.00/1.00 vMB 69
415,511 415,511 000000000000000000ebadc79a99aaef494f862691218e201489fe24ebd3f287 2,118 1.00/1.00 vMB 33
415,510 415,510 00000000000000000147350ff60de6595e1e74667826d9466b0c893e323d5c1a 1,926 1.00/1.00 vMB 45
415,509 415,509 0000000000000000051976a8348f49e4b936e2b965d5d02243270faa85acf39e 2,659 1.00/1.00 vMB 47
415,508 415,508 00000000000000000440dd4b7da778e708ac1ac9bf3b63029fc46639802b795c 111 1.00/1.00 vMB 107
415,507 415,507 0000000000000000050649f271cb884980e85956d8a281216f8db7bf48c3f092 3,017 1.00/1.00 vMB 76
415,506 415,506 0000000000000000020cc713e0d0ce5ccba54b8d45505526794f4ff92b43cfaf 2,888 1.00/1.00 vMB 57
415,505 415,505 0000000000000000041b69972cfab94e40f3a83e7e70ca7bf66812651aa07724 3,093 1.00/1.00 vMB 82
415,504 415,504 0000000000000000013f82cac482cf9b71c1beb8e07db0c534f4c2f9a9a7eaf5 857 0.40/1.00 vMB 44
415,503 415,503 00000000000000000007b0461b94decd62b68ce20b54f76ff8498fde61b74cb4 1,994 0.89/1.00 vMB 40
415,502 415,502 0000000000000000020dfd7ded791f57cda6c61debb7b1565d180f8a746b13da 949 0.55/1.00 vMB 31
415,501 415,501 000000000000000004acc9df30189cb5e1ccc892e097b3dab2f589ebb8d39a80 2,475 1.00/1.00 vMB 53
415,500 415,500 00000000000000000082755a016ef227bfa6b116b4f306305d414cd976363656 1,043 1.00/1.00 vMB 20
415,499 415,499 0000000000000000014c6179492b3bb41c47d86976183b2322217e12e469b37c 99 0.06/1.00 vMB 46
415,498 415,498 0000000000000000030f7ed4e8f81b7d57665c8ac84ac00555e27de008217567 1,740 0.74/1.00 vMB 44
415,497 415,497 0000000000000000055e590af1f9a70a0622e02f58623eef8a03ca07df5199d2 80 0.03/1.00 vMB 50
415,496 415,496 000000000000000002a3fedcf03bc40f0800faf6348ed93b9592496f84a77b90 1,572 0.67/1.00 vMB 46
415,495 415,495 000000000000000002a533b9fa5c9f4200948aacd285aa068784fdd1948a8d1a 2,196 1.00/1.00 vMB 37
415,494 415,494 000000000000000002c4e0fe45862f66597fbef7bb5ee813f008a5e33fab9771 2,837 1.00/1.00 vMB 59
415,493 415,493 000000000000000002480e54a9b562d5c35db38880837e8238116d30c4e63dbd 1,480 0.64/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.60 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: 671.75 GB
    • Received: 16.00 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.