Loading Tool

Explorer IconExplorer

Memory Pool

47,935 transactions
20.90 vMB
0.05598050 BTC
Random Selection Loading Transactions
Max Size: 119.75/200 MB

Candidate Block

Mining Attempt 0b2f43b4c8decb04f1debdd48ac06ccdfb3a11e50b3f11c5e8a74d38a4fcad37
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root eaaff06efb306daef5ebb95836ff424c9a846ee8175fb18842459ff2b8c47618
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,551
Size: 1.00 vMB
Total Fees: 0.01405790 BTC
Feerates: 502.67 > 1.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (785,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,861 128,861 00000000000003df62677fe0579d83e3cc3d155d26b7270cf9c39a38e50a2a2e 45 0.02/1.00 vMB 644
128,860 128,860 00000000000001e59d88f0971bd89bc323ee9ca7e02ec256e4e7994bb64feadf 50 0.02/1.00 vMB 615
128,859 128,859 0000000000000890caa2787dd42355cfb7b1f49c60298c3f094d2771f433804e 43 0.01/1.00 vMB 397
128,858 128,858 0000000000001e87084422ddcff19c9b5998257e41b550ef42d778b8a03952e1 75 0.03/1.00 vMB 1,633
128,857 128,857 0000000000000b81493ae1e54b9b248ed05610ca1aff42a6a779a564ed2d5a13 10 0.01/1.00 vMB 967
128,856 128,856 00000000000003c9a22b17988bc698912ecdb67a424114705be431dbe186435d 87 0.03/1.00 vMB 397
128,855 128,855 0000000000001e2c0b8b5aac6d980a2583b273e9c7f5fadce4cbffbf4fd56715 17 0.01/1.00 vMB 583
128,854 128,854 0000000000001e5805b899cbfc18feb9c4b85a27c392503d5a9daad1375a01ec 21 0.01/1.00 vMB 291
128,853 128,853 000000000000243179dae707c14359b25048c7ca20f8abf4b7e85037ed0c65a7 11 0.01/1.00 vMB 1,874
128,852 128,852 00000000000012f54f2cc7fd40f45ea889cd724ee0af5332bd2e28610d24c1ae 9 0.00/1.00 vMB 682
128,851 128,851 00000000000008821a625a3f981b4521a6d32ef920c7aa165a11e3b2753c5ebc 71 0.02/1.00 vMB 1,481
128,850 128,850 000000000000138a06351bf0c0a9d7ed2b1048d935cf2d4cdc2bbaa9f83534ee 48 0.02/1.00 vMB 748
128,849 128,849 0000000000001d61c56a537ea52922f3640ce075213213e9eb92f05f38af58c2 16 0.00/1.00 vMB 701
128,848 128,848 0000000000002189a1372bf6395f68b96bf36cafa828c67ec3352f908399b2db 8 0.00/1.00 vMB 563
128,847 128,847 000000000000111f3e518d96037a8349a763fbd17a2f7b248144395dc6c2af5e 117 0.03/1.00 vMB 185
128,846 128,846 00000000000025cf9e29d78ec59b9b837f53de76ff23456c7ce41fe9c10ac41a 348 0.10/1.00 vMB 143
128,845 128,845 0000000000000bb74f3a06da1fee4a6ecb2637f9c93759b204fecc935f5040a8 70 0.04/1.00 vMB 807
128,844 128,844 0000000000001dbf987cea4ed703ad1430b039b807b5e4cf1e545d4973d0e2c2 12 0.00/1.00 vMB 830
128,843 128,843 00000000000000d0c6377734974bd46d71b8e342e49b177f83a1a6d4e57ed1f9 57 0.02/1.00 vMB 1,115
128,842 128,842 00000000000003ab409da36070636b0a4048ed7fe48de4c068b8810d7550c49b 43 0.01/1.00 vMB 539
128,841 128,841 0000000000000f4a9e49ab417da47a70cde7147e0c9c11cb82ce81d03d0106ea 32 0.01/1.00 vMB 982
Previous 10 blocks ↓
Total Size: 780.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 550.22 GB
    • Received: 6.42 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.