Loading Tool

Explorer IconExplorer

Memory Pool

17,482 transactions
8.29 vMB
0.03466659 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.08/200 MB

Candidate Block

Mining Attempt f4aa67231909e4a9fb04e8923a2c320d75b885499003f1fa9c2da1ad388fe64b
Version 20000000
Previous Block 0000000000000000000143e530954eecbe905e500255afa6b9a40450747c7b7a
Merkle Root cbcc49ad79e64e79bd7910a6f975043ddb6e55b1db8b0649262b389f97baece0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,951
Size: 1.00 vMB
Total Fees: 0.01728458 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,417 (658,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,002 255,002 000000000000000e5eca995244f7550eaf38eef5077a4d37b58e293bb3c1758b 645 0.29 vMB 124
255,001 255,001 000000000000000cdb6a85e112f47b0fef0c7dfd3d70ebfa590daccd5071b42d 64 0.03 vMB 168
255,000 255,000 000000000000002c4fe8e6977739aaa04694ba5383fbcd730d36fd5b9a83afb7 77 0.05 vMB 63
254,999 254,999 0000000000000031f610aefffcc32bbffef5a83517e2ba1c73b8123a7e3a0fec 92 0.04 vMB 80
254,998 254,998 000000000000002373a8f3e9a6beaad367e527efb25a104ac43b767014ce885a 128 0.09 vMB 13,877
254,997 254,997 00000000000000010180d5d86cc83262c3bbad2cbeae5c335760fcc8ee2514df 458 0.18 vMB 104
254,996 254,996 000000000000001d78568e03a1a68801c2b7d4c93891807d93feabe436bce9de 41 0.02 vMB 114
254,995 254,995 000000000000002c9734a3b0331aa4179f743079f80a58250824cdb5a2227f88 261 0.09 vMB 147
254,994 254,994 000000000000003296a4a375770f31e34a0dadc844d2e57dc5b91eb459f1dfeb 86 0.04 vMB 101
254,993 254,993 000000000000003f7193e4f2f4d05a9ba4e199735cd850b3aedea07709364c83 418 0.18 vMB 97
254,992 254,992 0000000000000012dbb83dd4b8f5cb68490ea95d6bf1e4b18fdeef9d1a2055fc 625 0.25 vMB 134
254,991 254,991 00000000000000220ca2a92426125f11a3703f97756b25be5b2fb73ba5b6d4c3 248 0.12 vMB 92
254,990 254,990 000000000000000da33248facab9947a61cfa6886fa10de2ba2bceed3ee177af 404 0.15 vMB 128
254,989 254,989 000000000000004151ae90af11693869f2fb4121fd8964bb21d06f9a043697e0 32 0.03 vMB 65
254,988 254,988 000000000000003a04b22595cfa16e4f85fe3cd7cc6b9288689391722bf9b37e 69 0.04 vMB 55
254,987 254,987 00000000000000056f10706d8fe91db13c169bd43f66e8469d096889e9a03260 613 0.25 vMB 151
254,986 254,986 0000000000000025c499270f740a25b7e72cdd42025aa2ba66ab0005940f8581 212 0.14 vMB 112
254,985 254,985 00000000000000128324594a43450beb8b094b18dbb081dbb4b599e501cf164e 333 0.13 vMB 129
254,984 254,984 000000000000000adf66763f9444d7fd1825d190796069be2267cba561d8c4d3 85 0.05 vMB 56
254,983 254,983 0000000000000036f1fffb3d03163e1d51b902849675bc4e8cb3daee83930fe0 343 0.15 vMB 140
254,982 254,982 0000000000000025700d57699ff998e47a4bd86efa77a73afb69b50e6d2f79ae 49 0.02 vMB 93
Previous 10 blocks ↓
Total Size: 779.59 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: 291.82 GB
    • Received: 1.20 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.