Loading Tool

Explorer IconExplorer

Memory Pool

41,127 transactions
26.58 vMB
0.05832528 BTC
Random Selection Loading Transactions
Max Size: 139.27/200 MB

Candidate Block

Mining Attempt 7065dbfe2112aa952aadb6318ca92c6af2fd1b0b1e6bc792af39fb8be6994908
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 133f8a7d7603f7d77fd0686bf0c3f48f271bd7da1211dac08c32afbdf9c4d0df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,803
Size: 1.00 vMB
Total Fees: 0.00952762 BTC
Feerates: 100.00 > 0.95 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (674,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,907 239,907 00000000000000a8bdde01a6e51a4440cf7454f234b3f8bf6eda9f99284bbc88 41 0.02/1.00 vMB 124
239,906 239,906 00000000000000370d5aa2d81377b857d473cdeb828ee6874e65d06d3ee256f4 196 0.10/1.00 vMB 136
239,905 239,905 000000000000006770fe6a4ec20dc9310f6e0ed76e4bfd0ed3c52d87f3adc660 198 0.10/1.00 vMB 161
239,904 239,904 00000000000000f8c20a9d01ea73cae3d33ae59362244d0664b907463fa929c5 589 0.25/1.00 vMB 177
239,903 239,903 000000000000011ae105ddb1a5bbac6931a6578d95c201525f3a945276a64559 539 0.25/1.00 vMB 158
239,902 239,902 000000000000012f8174cb7708426ecaf8506afcf011e1616783c8f9b8cfc621 355 0.23/1.00 vMB 137
239,901 239,901 000000000000008f6dbaa440973fd0d1a82169a96a4113c96901e8b837233e6c 647 0.25/1.00 vMB 1,241
239,900 239,900 00000000000000956f45db4062e709bdec0422bd03873c223a295d7ff5516108 102 0.06/1.00 vMB 130
239,899 239,899 000000000000002a4a864f5a2aa94bbf8736c37958bc9dfaa0200c2480394b9c 107 0.10/1.00 vMB 61
239,898 239,898 000000000000005af476dffdbf1b5278f5db67fa60f4b9d126fb932ccdbf4cab 663 0.25/1.00 vMB 2,038
239,897 239,897 000000000000014ad02e860e75d613997692e419d6df2fa7372549f3ecd48be1 138 0.06/1.00 vMB 160
239,896 239,896 000000000000006089e1ccc924edc6e563082b7f643a6630e04dd02f85f3b98b 182 0.07/1.00 vMB 172
239,895 239,895 00000000000000dc6aa757b1c372332c639287e1656738b3bbffebe4f3277eb0 211 0.14/1.00 vMB 122
239,894 239,894 000000000000005ca8f34fc2148c7170361d0864b8ff67f61e1d000655d117bb 162 0.07/1.00 vMB 139
239,893 239,893 000000000000000c5808189115a3f784d8fc5842a07c4924daeb3a530e4e330b 107 0.05/1.00 vMB 152
239,892 239,892 000000000000004f583fb952f2324996b6e56e0f607d77e8a4bc5f318839c3a3 196 0.07/1.00 vMB 206
239,891 239,891 000000000000004d4c1cb2adda457dc430c37a480f196cd48065c95df36ba6f6 162 0.09/1.00 vMB 89
239,890 239,890 00000000000000b7d855a4d9569f7ce74d2266615a29ae3f579a6d913b1a0044 493 0.25/1.00 vMB 151
239,889 239,889 000000000000006a47aaaf72c7f69638de920fefcf36792deec7991a4991834b 395 0.36/1.00 vMB 48
239,888 239,888 0000000000000043f06c5e8f42cb212d0983c6c011f72a159f07c7deb6026f9e 734 0.25/1.00 vMB 254
239,887 239,887 00000000000000b7ae68361e281aaac2cfc739607baa55e2aaab57a7f2b63fe2 656 0.25/1.00 vMB 3,904
Previous 10 blocks ↓
Total Size: 782.04 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: 650.65 GB
    • Received: 13.30 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.