Loading Tool

Explorer IconExplorer

Memory Pool

51,000 transactions
30.40 vMB
0.13036460 BTC
Random Selection Loading Transactions
Max Size: 162.93/200 MB

Candidate Block

Mining Attempt 703ad80b9ca2253d6ab234ec4f429616751e2fda1e2424a47630de022cde3794
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 565c45d82e0c6d7d454d7732239eaa44cc362ee522d774aa499b4e0ec057b25f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,978
Size: 1.00 vMB
Total Fees: 0.05557066 BTC
Feerates: 150.75 > 5.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (207,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,842 706,842 00000000000000000006804b2b548bc582374a49ff5ea6142df13ae7c064161e 1,605 1.00/1.00 vMB 3
706,841 706,841 0000000000000000000d9454943772bb56d2b3063de78ad44d2bb46e6cd31474 1,623 1.00/1.00 vMB 6
706,840 706,840 0000000000000000000d2eaed328f83c583989fb491cf19a002e986042511a4e 2,840 1.00/1.00 vMB 5
706,839 706,839 00000000000000000000e5de7774a80b95c4dee6ce321f87e957dbf872c20244 2,910 1.00/1.00 vMB 17
706,838 706,838 00000000000000000006b2d60f6e61ffa5031cec51f55b82c51e4daa93de5e2e 2,104 1.00/1.00 vMB 9
706,837 706,837 000000000000000000018300ad226dbcb283dd7c0112a87f0a821bf72e3092a3 1,097 1.00/1.00 vMB 5
706,836 706,836 00000000000000000005526d2d200a86c3bf80a2063971c48c7f4b546c1f60e5 2,204 1.00/1.00 vMB 13
706,835 706,835 00000000000000000009de6dfed386dd4d3730c3de5492e4de406e49d41fe218 2,966 1.00/1.00 vMB 9
706,834 706,834 0000000000000000000dc4c98e6d3d4d68b7ef5d470333a72159793f56926238 2,689 1.00/1.00 vMB 23
706,833 706,833 00000000000000000007c2dd9eb99b0c1373b662a8a526f5a6cd6e396b1a2d00 354 1.00/1.00 vMB 2
706,832 706,832 00000000000000000000675a7c00d464223c299a74f13c1789e10dcccc705928 3,196 1.00/1.00 vMB 15
706,831 706,831 0000000000000000000dd932c49da374dc15263b44516b6405acb16f5d6c3b6b 2,870 1.00/1.00 vMB 10
706,830 706,830 00000000000000000004a595f19dd8fd873082aaf1f1d3606c2ffe2ae9b7c5fd 1,154 1.00/1.00 vMB 4
706,829 706,829 00000000000000000004a53ce778546faf954d0108f22c7d4ce6bdce7b7376c7 1,761 1.00/1.00 vMB 10
706,828 706,828 000000000000000000007af84c8a9d8a11bc88462128dff66c92ec7f98c4f824 2,747 1.00/1.00 vMB 6
706,827 706,827 0000000000000000000c250eb0761254423f4671b6037ee42473670a3b4ee5f7 1,669 1.00/1.00 vMB 25
706,826 706,826 0000000000000000000929a76fcadf21bb694357500977cca5b631d874d5bc8f 2,648 1.00/1.00 vMB 8
706,825 706,825 0000000000000000000b42104acaf6e640a8475e596213a297d4c08bf7eb3610 2,439 1.00/1.00 vMB 15
706,824 706,824 0000000000000000000aa4e9bbf34624822ca66b759a91d9e3df1100d2c9e8a3 3,411 1.00/1.00 vMB 4
706,823 706,823 0000000000000000000909df6e47a6c984802d72035b08af9d3b01a59eced590 3,752 1.00/1.00 vMB 7
706,822 706,822 000000000000000000053446128a5e145b356ce98f34a34c808ca56e267815f7 2,379 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.