Loading Tool

Explorer IconExplorer

Memory Pool

77,388 transactions
29.08 vMB
0.10064114 BTC
Random Selection Loading Transactions
Max Size: 175.00/200 MB

Candidate Block

Mining Attempt 1ec327392b2f2e285f8df86bdb3d63e4f624372f288f67a309c4b37b1f1a71e4
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 79916c9331a7d1a6168feaabb1434c775aa7b657a75af04a4db3ebb8eb566f59
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,525
Size: 1.00 vMB
Total Fees: 0.02676525 BTC
Feerates: 453.09 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (564,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
351,009 351,009 000000000000000012ce371e5de2ba90741a7aa245649533c9ff12ae9fec77ed 1 0.00/1.00 vMB 0
351,008 351,008 000000000000000015b0eb9fcfa7d6c7e69631997b8525b7ea1378090baefd34 1,773 1.00/1.00 vMB 12
351,007 351,007 000000000000000004f842a861b252aa636ed06f35e54f9a88027215a0f77245 1 0.00/1.00 vMB 0
351,006 351,006 0000000000000000056699092d2cfc39a2edb29ae911ca32c4152ef3c62e3cd1 1,566 0.75/1.00 vMB 29
351,005 351,005 00000000000000000568c55d243d13a78dbf66d35c019fddb86892fd50bebb93 322 0.19/1.00 vMB 20
351,004 351,004 00000000000000000c1f1721599116e40469c1d7e34264742ce67fdc4429a6bc 1,170 0.89/1.00 vMB 20
351,003 351,003 000000000000000008484f41ac30ac215a0ebbc4371a173b4c97ad36fccb1858 1,008 0.75/1.00 vMB 23
351,002 351,002 000000000000000000b3dc9c4bed999dec6f7d7d6e92091850b234d529f54b37 1,160 0.75/1.00 vMB 24
351,001 351,001 00000000000000001467a6c26f2e6b867c33c0efab1a2ce313a232048c6a130c 1,201 0.75/1.00 vMB 23
351,000 351,000 00000000000000000584cdd8ec00b13ea91e79d3fb34095278cc718f4fff37c9 2,016 0.90/1.00 vMB 31
350,999 350,999 00000000000000000c5c3b34c5bffb9bd42ad5957aa7378bb24f5e96b74e6a8b 1,615 1.00/1.00 vMB 27
350,998 350,998 00000000000000000007e8e366bec57a30f3e9ea536e3579c19e319baee47c33 1,874 0.75/1.00 vMB 30
350,997 350,997 00000000000000000b5151394d544841cb9045c5e85b423622eec39cd47a8d44 1,024 0.26/1.00 vMB 68
350,996 350,996 0000000000000000072d084e4e659a57f1b4a8c276d1bbb2ed47ebeb5bcad55f 1,382 0.99/1.00 vMB 15
350,995 350,995 000000000000000009f883ac0ca5af1b9f66be0c987ccd2089af4ae035f897ef 1,486 0.75/1.00 vMB 29
350,994 350,994 000000000000000009581b13494670ebedd48f9836cedb2be3ad6cbb873d6962 1,264 0.75/1.00 vMB 23
350,993 350,993 000000000000000015193734cee150213478493adb0ed7aa17e2037965cb8680 1,062 0.75/1.00 vMB 22
350,992 350,992 0000000000000000010593b27d61577acb1e7fcf06403043a004dadfba187d97 1,666 0.75/1.00 vMB 35
350,991 350,991 00000000000000000f6d88a2d06a3103cdd5a8cff18377b137be6ce39de19210 1,277 0.75/1.00 vMB 26
350,990 350,990 0000000000000000116a5822168c89d5fcc8ab51de4802f3d73e9b9d5f2a90f1 2,544 0.99/1.00 vMB 37
350,989 350,989 0000000000000000035908aacac4c97fb4e172a1758bbbba2ee2b188765780eb 364 0.28/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.