Loading Tool

Explorer IconExplorer

Memory Pool

38,078 transactions
26.82 vMB
0.08434801 BTC
Random Selection Loading Transactions
Max Size: 137.07/200 MB

Candidate Block

Mining Attempt 6c8890dd29a0d94c5aa76c8eaa3737eef605b7bb7b2d3937cbfa205edd2b3b61
Version 20000000
Previous Block 00000000000000000000543a27abb5ffba4a5f646d13c92b2258383c952af701
Merkle Root a95b8d72accd630884dbfca4bdf7357ec7a3a1cbf8ca14e1af2798d1d2fe730f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,390
Size: 1.00 vMB
Total Fees: 0.03418550 BTC
Feerates: 445.78 > 3.43 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,301 (784,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,922 129,922 0000000000001537f9df8bf0e87679c2dbd086d10a75cea67068b0b481384307 128 0.04/1.00 vMB 444
129,921 129,921 000000000000139154acc951edec637717c9fcee0c987107563aef10d01408cd 28 0.01/1.00 vMB 1,138
129,920 129,920 000000000000024ecf4aef1459c0ec8922b17dcfcdbe8e9501b016255f7b900d 14 0.01/1.00 vMB 710
129,919 129,919 0000000000001d3145c6988fc466ca83a4ec81a139a920162a2ee305c85d3fd5 22 0.01/1.00 vMB 1,445
129,918 129,918 00000000000007efe635679c627349fd3a0c9ab2316182bd7d737b7c34498550 57 0.02/1.00 vMB 74
129,917 129,917 00000000000004b8b136c878fbdcd8489fbac9184242a596ebe5cc5c1c18ac5e 34 0.01/1.00 vMB 1,198
129,916 129,916 0000000000001d03eaf38fe036455fa4309771eef66c29123e490efc9d696616 46 0.03/1.00 vMB 223
129,915 129,915 000000000000066a4df6ad4e90bcc28a26a96358ff16326559c975a20509dfe8 35 0.02/1.00 vMB 736
129,914 129,914 0000000000000b9e827bf8766241f72515bb2a1e1bbe07f2ab050e1bf8ecb899 47 0.01/1.00 vMB 2,499
129,913 129,913 0000000000001cffafd24815c27f844e194eab9cf7def445d235bafad10423e0 105 0.03/1.00 vMB 518
129,912 129,912 000000000000042648ab861bfc8c8aa4dc6c6f9f44fc90b4e634edbef1977987 170 0.05/1.00 vMB 165
129,911 129,911 0000000000000eea648e698f9eede7b4105ac01bee00d96c3a384353bbe4a440 46 0.02/1.00 vMB 436
129,910 129,910 0000000000000d74bcd54e04d45e2750af8e3700e2b6f9daa42f1a6498d331db 26 0.01/1.00 vMB 2,929
129,909 129,909 00000000000009f0453d71e02743e245bd7c5b70a251ba7bb03f5301658ab12a 24 0.01/1.00 vMB 1,127
129,908 129,908 00000000000004fccc31c77a3207e8fdaec0ca0ff523ae80742003e9f1b4146b 33 0.02/1.00 vMB 1,392
129,907 129,907 000000000000158b8a8f30867192d85d0370db082ce7a716f08a16bcb4da9308 156 0.05/1.00 vMB 395
129,906 129,906 00000000000010597be30ca18b7564b230b39c13236820419d9d4bda5edb0d2f 174 0.05/1.00 vMB 3
129,905 129,905 0000000000001968e8a16dad65a1a4db30a137eda3870f248e653b560e1e685f 72 0.03/1.00 vMB 2,064
129,904 129,904 0000000000001c8d4075e1d8881cbd939e2b4f5b8c9ce5f977dced4ae04894c0 26 0.01/1.00 vMB 1,106
129,903 129,903 000000000000073bdd5e9cdc571c0f2dc80c942444bc09cd24379e33af082b68 48 0.02/1.00 vMB 798
129,902 129,902 000000000000026fec36b1d269f3e990af952147b1957a53dada017237d30a3b 110 0.04/1.00 vMB 1,144
Previous 10 blocks ↓
Total Size: 781.13 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: 580.82 GB
    • Received: 9.03 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.