Loading Tool

Explorer IconExplorer

Memory Pool

43,422 transactions
26.92 vMB
0.08887085 BTC
Random Selection Loading Transactions
Max Size: 140.87/200 MB

Candidate Block

Mining Attempt e72f4019e6f4656c683ed0768adb26d457da2b366bcbb8f5a016cd582b430dcb
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 5a7cce4da3c3636b5e32e6435da68d672fbf17c56a2e56f733a8d9982e2e54ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,489
Size: 1.00 vMB
Total Fees: 0.03802450 BTC
Feerates: 151.16 > 3.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (307,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,858 607,858 000000000000000000044f9678b5ad59d667b71a25d53e22f9d9c7586e0e516c 2,997 1.00/1.00 vMB 10
607,857 607,857 0000000000000000001090afb6134b6b6fc64e87029b068d92d8b7928912492c 2,532 1.00/1.00 vMB 19
607,856 607,856 00000000000000000011461aba706f035400841f8d83f72881b4432803161a18 3,090 1.00/1.00 vMB 38
607,855 607,855 0000000000000000000a51e08f05bab26489f8c3db6335816d065bcf09dbc836 314 0.08/1.00 vMB 18
607,854 607,854 000000000000000000105ae6a9bc268d4632d653ab92a7e892f265ca7719803c 1,522 0.46/1.00 vMB 17
607,853 607,853 00000000000000000013ad658e8458ebccb412f407ff7857d072590d05f68363 468 0.16/1.00 vMB 2
607,852 607,852 00000000000000000004f4f832276db7e78163cf2f079e0246a0452e8b98b534 2,903 1.00/1.00 vMB 11
607,851 607,851 0000000000000000000d23168e84c5c6f8385758e3d1427d2cc605598eeeb450 3,072 1.00/1.00 vMB 23
607,850 607,850 000000000000000000041c4e8b2416a7be137087578f4c63678b1415b5fb0e26 2,016 0.59/1.00 vMB 16
607,849 607,849 000000000000000000122ee7894053acb52eff7285fb1abc5bbb128012851393 2,882 0.89/1.00 vMB 9
607,848 607,848 00000000000000000007b9cc501bc1326817442a8a8b1d168091e5790f5b5bff 2,960 1.00/1.00 vMB 8
607,847 607,847 00000000000000000000cda18303da1ce71f88a5ccfc1beeb3217d3c0091b824 3,988 1.00/1.00 vMB 25
607,846 607,846 0000000000000000000982d553b86764c97cdb1fa2b03708de4f3b87540332a4 2,597 1.00/1.00 vMB 20
607,845 607,845 000000000000000000107a20690ed28bacf82c7588691abb45b6ebd60a0a4a90 3,116 1.00/1.00 vMB 28
607,844 607,844 0000000000000000000bd5da4422f1255ee189ffb63c63f687d68564398fb677 1,620 0.55/1.00 vMB 11
607,843 607,843 000000000000000000125d1e6e15f817c2182c64da8f70d92a3df168cbe80755 2,106 1.00/1.00 vMB 1
607,842 607,842 0000000000000000000003fc02231fba9e69a018a0ca3434b1702c5e33ce9f7c 2,925 1.00/1.00 vMB 6
607,841 607,841 0000000000000000000411dfa2fdb83f05eecef455e063f81184a3e30344c6fd 3,055 1.00/1.00 vMB 20
607,840 607,840 0000000000000000000fbf5f52c0caaf602d6baabed0a6d7bb18f2408caea80f 2,408 1.00/1.00 vMB 18
607,839 607,839 00000000000000000005b9b1199b4f9f43a0f5020176fa55062057eaf40c3791 2,796 1.00/1.00 vMB 25
607,838 607,838 0000000000000000000e4c976e3653444631b319ac23a4b60635ee7e3bd93148 3,329 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.