Loading Tool

Explorer IconExplorer

Memory Pool

76,093 transactions
28.76 vMB
0.07095284 BTC
Random Selection Loading Transactions
Max Size: 175.86/200 MB

Candidate Block

Mining Attempt f2a85ae5ac1987ccf1fbcfce1f209dd7a2323d32e0f5c14ecd21c2dc9a9114d4
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root bdadd676bd30502e735c7eed26e616bbcce7c8a9871a8687920c2a309d3d3c9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.00836009 BTC
Feerates: 77.76 > 0.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (689,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,934 225,934 000000000000033e8d74a79426eedc1943a9ca02831cc531ff596867b04fe0f3 256 0.15/1.00 vMB 147
225,933 225,933 00000000000000920e46d1c9ca0bd9bea9c8e7371638041ad5b75f2529954285 580 0.25/1.00 vMB 582
225,932 225,932 00000000000002a6efc03d370d6cf8e2d9e1863f54a20fb1e38054811e4a6098 47 0.04/1.00 vMB 125
225,931 225,931 00000000000001e7381ecf7090cc0a284275a69283047d2f64b3c25471581152 81 0.04/1.00 vMB 168
225,930 225,930 00000000000001753d895ad3643295394ea479449405f22034e91988e7a77483 104 0.10/1.00 vMB 101
225,929 225,929 000000000000014532f8f8365651879eb208dba1cd19bf24e304886466d5a06a 128 0.10/1.00 vMB 25
225,928 225,928 00000000000000cbb08042018d4121650b79cf67af9ece3f006450a7d2a2bf5f 483 0.25/1.00 vMB 152
225,927 225,927 0000000000000250386696d2530adc9b703ceebc84a0a7e9f2e5dd4e2a220039 479 0.25/1.00 vMB 113
225,926 225,926 000000000000034d654e496332ffc91c63b7596cce0b714e2f42f84cc721d98f 727 0.25/1.00 vMB 225
225,925 225,925 00000000000001d2f5db4c12d84b273b8e0c0b9e783ccfcaebb2673b75fdcb1b 512 0.23/1.00 vMB 86
225,924 225,924 0000000000000253ebe84fe8f98a745e9dc3bfe59676b51cf35079a777b8685c 546 0.25/1.00 vMB 204
225,923 225,923 000000000000004cfcfd77bdacc991b4db4ed12e49a1a830f3a0ec7d29ae5ef6 127 0.08/1.00 vMB 149
225,922 225,922 0000000000000066dbc93b9bfc8f4c43ad0bf097971394702eff36c4da1063ca 482 0.25/1.00 vMB 173
225,921 225,921 0000000000000317f6b09c3ab351a0d0dd95688e91ec0ed78678087bdaf8fd87 444 0.45/1.00 vMB 93
225,920 225,920 0000000000000071388ff6f224594518af0058b4229d772f4af1882b33878aa1 453 0.25/1.00 vMB 148
225,919 225,919 00000000000002d76d93e472686d6e936e567fab82bc73c652c6682a54a36945 542 0.25/1.00 vMB 523
225,918 225,918 00000000000001c2e39f7518bf3d4cad0ee8630efbb396a02d5f7baa4bc76c61 404 0.25/1.00 vMB 119
225,917 225,917 0000000000000204921812260c9a2715e43fe5243c7768058bf82b556120586c 495 0.25/1.00 vMB 120
225,916 225,916 000000000000028370864f879dc9b2b389bef1998bea0f0156d4f1435cc9afc8 593 0.25/1.00 vMB 215
225,915 225,915 00000000000000a1feb4100b97c30a12491d098c39ca56864c1fff9e87c3f889 795 0.25/1.00 vMB 277
225,914 225,914 0000000000000375efc84d02e54d8c8ffcf7731a4c18289bc854fa5ee1753e96 605 0.25/1.00 vMB 207
Previous 10 blocks ↓
Total Size: 782.82 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: 710.71 GB
    • Received: 17.08 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.