Loading Tool

Explorer IconExplorer

Memory Pool

70,337 transactions
22.22 vMB
0.06553479 BTC
Random Selection Loading Transactions
Max Size: 143.04/200 MB

Candidate Block

Mining Attempt 8fa37b60cc9579707c538f40f47273c354749aaa7ab947e5c1ecfb747cfc2239
Version 20000000
Previous Block 000000000000000000012816b0bd6885113d018bf973fc985306ad18cca7e98a
Merkle Root 07ff699e534b3666a058f9ad230f6991883c8c3568744ba1a2eb3642468dc012
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,384
Size: 1.00 vMB
Total Fees: 0.01241833 BTC
Feerates: 110.14 > 1.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,664 (878,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,102 37,102 0000000007b97838ba8d337f11ad7b4c31310d1f36e420602eac75e633ee3671 1 0.00/1.00 vMB 0
37,101 37,101 0000000031c7d9a7d61836992130dffc187b0ef24af78fa867d4738fa31015ac 1 0.00/1.00 vMB 0
37,100 37,100 00000000bdfba0fa27a67f2d298aa2eeaacf3139b9c48790dbe2f9d9393755d3 1 0.00/1.00 vMB 0
37,099 37,099 000000002fe59e0088309293f6f51c9651e6e95ca3e7d56fed12354be1630801 1 0.00/1.00 vMB 0
37,098 37,098 000000003513448fc089d9f13f19ab8318221cc42ab0b8fb0123b68c036d847a 1 0.00/1.00 vMB 0
37,097 37,097 000000006ac4e755e709daebc51207957999420cae42ff446d54cb6a30b8f9a6 1 0.00/1.00 vMB 0
37,096 37,096 000000001a12f6674b0e09b9205db2630ac1bc1c3a2feb3ce018ec899a867189 1 0.00/1.00 vMB 0
37,095 37,095 0000000013a3eaf143ff6361916bef06187f2b0633af2d2e11e13cef34ba7b39 1 0.00/1.00 vMB 0
37,094 37,094 00000000aebf359d0410bd92ad83ea9045b052b11520fe9466c4a8c05956f967 1 0.00/1.00 vMB 0
37,093 37,093 000000009914275f0a0f97b7e65ee26b252fbb69c793b5d25f87164ebfe3d52a 1 0.00/1.00 vMB 0
37,092 37,092 000000004dee657aaa75e79843917f582b5e12844c3dc6e0e75b2acb0099e715 1 0.00/1.00 vMB 0
37,091 37,091 00000000699327ba58f007022fbd90e8f35145b41b8a1e8b0e23c91f5d671b31 1 0.00/1.00 vMB 0
37,090 37,090 000000005b73cc65c525a090c05b45b1296d15b055750ca0a88e4339d8b6300a 1 0.00/1.00 vMB 0
37,089 37,089 0000000076f3a44168cbe9ee619cf6952813b5e3f0c943d3c4545e0220a7d20d 1 0.00/1.00 vMB 0
37,088 37,088 0000000069fc088332dcac564302c4ed3837fe0be1cbbd5a5f6413e40e5dea3e 1 0.00/1.00 vMB 0
37,087 37,087 0000000041222da620e6afc8853961a31de586527891785998b914340ca74586 1 0.00/1.00 vMB 0
37,086 37,086 0000000070b4281406bff336c200ba7857f754951d64d9133ce5682b8183fdc0 1 0.00/1.00 vMB 0
37,085 37,085 000000004415f9a40946b2dd72d3bcc14f0b9b977986edd984b6def942c2d919 1 0.00/1.00 vMB 0
37,084 37,084 00000000491d74fed6eb7ae36c7c218853cc12e7ade0f4b9d8ad2a5686c85541 1 0.00/1.00 vMB 0
37,083 37,083 0000000068cb8a020adbf5ee6682c784c9dee7202eb81f3dae9283e9c96064c7 1 0.00/1.00 vMB 0
37,082 37,082 000000009ddeaf98bfc455be022fbbed306d58abb870a3198c9e2e0e8bebe24b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.54 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: 773.53 GB
    • Received: 20.59 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.