Loading Tool

Explorer IconExplorer

Memory Pool

81,469 transactions
29.85 vMB
0.14250458 BTC
Random Selection Loading Transactions
Max Size: 180.94/200 MB

Candidate Block

Mining Attempt 23a520d386bd400c87d678f4f2203f0fdd0d9a9ab67a77a79e8579a4d0cc0252
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root d3ac20567a3c1ae6e076bb936384a88f6941632baf6bcde15970f6f5222474c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,732
Size: 1.00 vMB
Total Fees: 0.07486484 BTC
Feerates: 101.65 > 7.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (475,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,527 439,527 00000000000000000220765d333aa153eb0b751560994422d31206702907e56f 2,851 1.00/1.00 vMB 67
439,526 439,526 000000000000000003295c2d88a275183d3b3a2209a6a2a81e4b24ce66060aad 2,295 1.00/1.00 vMB 68
439,525 439,525 000000000000000001aa6f5de9109928bdb537eee34d24186cda54967ea3eb26 2,071 1.00/1.00 vMB 85
439,524 439,524 0000000000000000008ddf50266bbc699cc5b0df0337ec77ba4d7268f4feb413 1,825 1.00/1.00 vMB 74
439,523 439,523 000000000000000002d09c81ae027066fda14e1411272de1606b13b7fccd949a 1,233 0.64/1.00 vMB 55
439,522 439,522 0000000000000000011b2363eef4b711d8ad2c8ce5568db9e0d37996f8887542 1,557 1.00/1.00 vMB 74
439,521 439,521 0000000000000000003848268ec1fd8f0a26be4fac4320a85b364048e1598d45 2,658 1.00/1.00 vMB 65
439,520 439,520 0000000000000000018bce898c5000b61d837f28ed77fb408be8921aa8753064 1,641 1.00/1.00 vMB 74
439,519 439,519 000000000000000001d352e432251a4923d22506b4c9eb801c5ae48c977eb717 1,287 1.00/1.00 vMB 89
439,518 439,518 00000000000000000174c4406407ebbd101ee83f133a48dad9fc8507af1ab67a 1,112 1.00/1.00 vMB 54
439,517 439,517 000000000000000000bdffd0af9d23e8883e2c71475e9e8f4433aab60be9325a 1,647 1.00/1.00 vMB 48
439,516 439,516 00000000000000000192c28d40cadf5ebcaf3cd7c1ae50e59ff8820b47d1403a 2,576 1.00/1.00 vMB 65
439,515 439,515 00000000000000000151868ed9caeb4d7aa19bf9dd0ed1c8720805c3cdf171b7 3,099 1.00/1.00 vMB 62
439,514 439,514 000000000000000003569dea7c9fafd7315419009107b48e73a33c6701cbd131 1,616 1.00/1.00 vMB 68
439,513 439,513 0000000000000000021764aa59cfac6f2b14be6241fc2f8c52e58e13288055b6 2,613 1.00/1.00 vMB 86
439,512 439,512 000000000000000002c2f2ef27a199279f3e9dca186add2f3f7f7d839ea07fbb 1,910 1.00/1.00 vMB 75
439,511 439,511 0000000000000000022f9ec29d22198e1780cf112339dbfe8d47307b141a8a6c 1,815 1.00/1.00 vMB 54
439,510 439,510 0000000000000000039f977e5b28cbff7f9e8c757348c81cb378c2cae22b2cf8 1,887 1.00/1.00 vMB 66
439,509 439,509 0000000000000000002cc1d2a6275d37b11f055cbdaf7c4a130460196cbd856a 2,647 1.00/1.00 vMB 98
439,508 439,508 000000000000000001d932804c4a0a34d28ffaf92699017eaea35344dda3d437 503 0.23/1.00 vMB 64
439,507 439,507 000000000000000000cfc8bc110a99b097ddf3b9c3601725b1dd6920919eee12 1,972 1.00/1.00 vMB 59
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.68 GB
    • Received: 15.99 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.