Loading Tool

Explorer IconExplorer

Memory Pool

45,518 transactions
28.98 vMB
0.13641862 BTC
Random Selection Loading Transactions
Max Size: 150.99/200 MB

Candidate Block

Mining Attempt 8039ea4beb13e4461038935de18ac285bd4b438cbc2cee167fdffc3687f774ad
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root a4f3d28e78596af4619c608946001ebcb6b110300de84b78ac0c4674db9a851f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.04110561 BTC
Feerates: 150.75 > 4.12 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (156,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
757,986 757,986 000000000000000000065b9bb7e5625220271709e91bbb404d7ec1e0a7cb9e9f 1,646 0.62/1.00 vMB 7
757,985 757,985 00000000000000000000a2c964754d714307f5d8025246ed9967218906135da3 894 0.59/1.00 vMB 5
757,984 757,984 00000000000000000008a24e5ec44ae69104c0b6273c35fa7ae63acde19ed50b 851 0.69/1.00 vMB 4
757,983 757,983 00000000000000000004d4360b832dd855b843579e8b937c0788a067ae3b73c4 751 0.25/1.00 vMB 7
757,982 757,982 000000000000000000015ce5e990428f41f594e75efe9886e38c36c3ce92371a 133 0.03/1.00 vMB 8
757,981 757,981 00000000000000000002d127145d83ddccd798f4e2422f95505c659ac740a101 1,478 0.48/1.00 vMB 8
757,980 757,980 0000000000000000000042076f057ba886077aaa5f876f238052beac893b7349 717 0.57/1.00 vMB 3
757,979 757,979 00000000000000000004da40a15a4d76b12ffed529a418cc3a674a02f4bada56 2,130 1.00/1.00 vMB 7
757,978 757,978 00000000000000000006e36894523add34a2ccc098bdb89b7315367f158d21bb 1,066 0.87/1.00 vMB 3
757,977 757,977 00000000000000000002cc45cf9aabd07c4e2cf734814f2775f011247658f903 962 0.97/1.00 vMB 5
757,976 757,976 00000000000000000001a05dd2f35cf3700595775d3e3dd1e8d7776955566297 974 0.60/1.00 vMB 5
757,975 757,975 00000000000000000008552fe6407e172032a7d0eeaca685fde14549a5289098 586 0.47/1.00 vMB 5
757,974 757,974 00000000000000000003c176ec54bf2289f37f40da4ea657c4265a7753e8a268 478 0.28/1.00 vMB 5
757,973 757,973 00000000000000000007531c3c7ed8647c91ecc5c1a39d0d9525e2899d81410f 425 0.20/1.00 vMB 7
757,972 757,972 000000000000000000059c8c7e6a848a31016dcfe6f8072c925fa4133f25859f 44 0.02/1.00 vMB 6
757,971 757,971 00000000000000000005ed5410bb053d901d5d738e5629d3da4914bbb471d1af 816 0.41/1.00 vMB 8
757,970 757,970 000000000000000000002172ff6003b45c8dcf6e69a11c7d3d6adc4225385838 1,991 0.87/1.00 vMB 6
757,969 757,969 00000000000000000005d928984250653f119da57076a11481c15e13a8600a6f 354 0.28/1.00 vMB 3
757,968 757,968 0000000000000000000738cc3c3c26d674a58d047afe11c873ebfaf8751ce69e 1,298 1.00/1.00 vMB 6
757,967 757,967 00000000000000000000cce8d06bd5393318a514887fd0677831766a524f364f 1,448 0.78/1.00 vMB 4
757,966 757,966 000000000000000000088e2ddea5228f6fe2a0a289edfc8657aafe7642b73603 1,890 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.