Loading Tool

Explorer IconExplorer

Memory Pool

20,868 transactions
4.77 vMB
0.02926829 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.81/200 MB

Candidate Block

Mining Attempt 32f0be32dbe8e2d6f463160a543a2aed4eac8587a87aab8ffeaa8c3b31848cc9
Version 20000000
Previous Block 000000000000000000004c1a5b2dad9ad6b72a40d5035c740a1eaf021b193ef2
Merkle Root df7a1c7cc1cbf8235ffdc13abea84f6bd0f5e7da4bf7076da0fd821c79112dc0
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,605
Size: 0.57 vMB
Total Fees: 0.01825497 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,985 (778,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,590 134,590 000000000000045a04265794fde6b7709514f7cada6b2977efc789ff547a628b 0.03 MB 101 20
134,589 134,589 000000000000074532cba1e580287838858dbc324efada692654d3423548ce38 0.01 MB 22 937
134,588 134,588 0000000000000b7b3d10eecdfb32fe91b0138edd8714f261fba63efa3048fc7d 0.05 MB 144 355
134,587 134,587 0000000000000b608302520d0d6c8929c7a336998a5f6ad90ad62c3fa05f332b 0.03 MB 76 399
134,586 134,586 0000000000000a33054d8563f95aaa5214fa56def7f359d243360234837a750b 0.01 MB 13 1,560
134,585 134,585 0000000000000ba4e81fdd73ae31c8d4d0793b9b3b80a19dacafe9f60b5e85a4 0.03 MB 72 586
134,584 134,584 000000000000078f6716d397e44ff6fa4727cb99d30a66dc36c5d8437a289be4 0.02 MB 50 526
134,583 134,583 00000000000007de53b9ff68ba8080a957eed627e2010b1c326d8c187fcdbe99 0.00 MB 12 374
134,582 134,582 000000000000051556ce47319ee4735991b778aaabe3e995c7e536c9eceffd9c 0.03 MB 55 391
134,581 134,581 0000000000000794bdef2d43773b7d34fd523c3e7228e2631b2cf1c6409d4c7b 0.03 MB 68 514
134,580 134,580 0000000000000688b83c0662775e89a48bb86bd947516c0a753bdb3ceb6c4c1c 0.05 MB 141 473
134,579 134,579 0000000000000b747d7b278a0048c23d5b5eb4f657e87b659fb5eaa76541b073 0.03 MB 85 296
134,578 134,578 00000000000006be58e293e385991f8ea78c60a735454c60d08b6466261ea1ef 0.03 MB 66 655
134,577 134,577 000000000000063b5a109b241b21d11f235d93ba1c4777c96722bef62727435c 0.02 MB 48 591
134,576 134,576 000000000000067f064dffdf31e8569840d9a036c9818af2a74129e876e13fe7 0.00 MB 10 378
134,575 134,575 00000000000001d23c8b69e599c8166490db4cb4ac817d995da7ca14eddf64ed 0.04 MB 131 111
134,574 134,574 0000000000000359c006a2ee0b54594cc1555ccd9c8b5755d67c29937fe84917 0.04 MB 129 593
134,573 134,573 000000000000031d53a13761d76f874e0e69c607f2145a23f18e525cf448fe14 0.03 MB 47 250
134,572 134,572 0000000000000410649df73b56f858136e0b3ae3a74cb120cdadf137aebcf154 0.03 MB 83 596
134,571 134,571 000000000000010fbecda80093a02d7133549e2c312ee5c2dc4c360f802d72c7 0.01 MB 29 486
134,570 134,570 00000000000000640a6a856dbf7a686383cefa65a3ce76e0676b7713be24c147 0.01 MB 17 1,724
Previous 10 blocks ↓
Total Size: 778.81 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: 362.72 GB
    • Received: 3.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.