Loading Tool

Explorer IconExplorer

Memory Pool

22,440 transactions
11.45 vMB
0.02754101 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.69/200 MB

Candidate Block

Mining Attempt 718c733eb651ad3bcf2f8d5e19d6e358d4f4abacd820ef31fc3861807dc7ccde
Version 20000000
Previous Block 00000000000000000000cc5a4ec2e03e6b79d174c01c6dbef4921bb3b68dcf8b
Merkle Root af5132178d4173d0c12eca5ea35a6d927fc7a0805b57b91cb37fa95c955af9cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,237
Size: 0.997898 1.00 vMB
Total Fees: 0.00884713 BTC
Feerates: 713.01 > 0.89 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,709 (795,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,828 117,828 0000000000002278c61c68310797716b12ffe584f17cd273fe6b7fd8c6e59c75 11 0.00/1.00 vMB 947
117,827 117,827 000000000000615841794afc993c104dd76577593e81f2767bb0bcf59af1ed60 31 0.02/1.00 vMB 778
117,826 117,826 00000000000055f69f33b4e2051cff505e78bbe4b41a73f61dab730c86490161 2 0.00/1.00 vMB 0
117,825 117,825 0000000000008019c1f5cf90ba262adbf3cea11e7db000f46389f7ae405bc2c1 3 0.00/1.00 vMB 0
117,824 117,824 0000000000003d91a2c675a84681d722aca16a05f6bc37deb8b3814f709b0a19 29 0.02/1.00 vMB 370
117,823 117,823 0000000000008254b7b5b7a05dbc6588ca5bf6683c6235fdfbad2067efaf19d7 13 0.01/1.00 vMB 738
117,822 117,822 00000000000007ae87089d9094d0012c9e0c8671eeeff96c479d4d3488c8f53b 6 0.00/1.00 vMB 0
117,821 117,821 000000000000a389a6979fe2f25f0a13f67bab50753233296f030bb131b950dd 8 0.00/1.00 vMB 1,474
117,820 117,820 00000000000093e0ce06f8db0c54b1ac8ecb28717d29cb26224eb67750b8fc5d 12 0.00/1.00 vMB 631
117,819 117,819 000000000000068c7ec3538c919fb4c59c7d50ccafdf32cf1347e3c88feef071 11 0.00/1.00 vMB 235
117,818 117,818 0000000000007cb90a86f2b5582be135551a12a09c370f02e84714b08ec994cf 1 0.00/1.00 vMB 0
117,817 117,817 00000000000084b3be3e3ed4dbffdbc9290e033fd191137e42ef42c2a378109f 9 0.00/1.00 vMB 950
117,816 117,816 00000000000046bc4088feaa263abf60392759e4355d59051749d1d1dc90260c 5 0.00/1.00 vMB 737
117,815 117,815 00000000000013738901728051e328eac80810ecd431c32e8cafd6f0d953e875 1 0.00/1.00 vMB 0
117,814 117,814 000000000000958512767b02efde3fb75d35244b29b4e100c26153947cd34731 12 0.00/1.00 vMB 710
117,813 117,813 00000000000020e80dfb66a1f42f1f0017db02065c2186aef92bc7e3b140515c 8 0.00/1.00 vMB 718
117,812 117,812 000000000000744d2cce8584d0a4896742ff1c80b237c7e220ecdb1543c9f2e1 10 0.00/1.00 vMB 0
117,811 117,811 00000000000057244ffbe1431da594284bc52ba34147d973913b1d20c43c8192 12 0.00/1.00 vMB 322
117,810 117,810 000000000000b41fa5bbe617a3fbbbc033be32bf132a369365389e12035c5b9a 25 0.02/1.00 vMB 485
117,809 117,809 0000000000001b9a8506692fe9b95d92cd26a62d17b6450a5af06753ca52c0d7 7 0.00/1.00 vMB 0
117,808 117,808 00000000000063d562fb21c0060d1bd61600f31e4bdfa8d531ba3ba48fbdfd50 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.11 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: 496.21 GB
    • Received: 3.54 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.