Loading Tool

Explorer IconExplorer

Memory Pool

78,984 transactions
29.43 vMB
0.08347957 BTC
Random Selection Loading Transactions
Max Size: 179.89/200 MB

Candidate Block

Mining Attempt 2fa80641094a1e0dabd7a3adb752081a2d2548ad2c6500741996680892896f73
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 86c7e5882b5c6362f612a9b673b189269212a10706c568be33c214450ca5e9ec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.01882007 BTC
Feerates: 402.60 > 1.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (807,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,830 107,830 0000000000008c4a19662a391d7deb342d436f25cae16edb3dcc9d8bc2899e04 12 0.00/1.00 vMB 0
107,829 107,829 000000000000d981cdc8b882d1d11c45534b5a11f481174c519e9695f03b6b8d 1 0.00/1.00 vMB 0
107,828 107,828 0000000000010016a05d81faaff4063414b2a815bd7118c7808409c3f0d4fe80 3 0.00/1.00 vMB 0
107,827 107,827 00000000000195eb3c0683be369445eabe45b6b05125f5f9a6385da0b21d7111 2 0.00/1.00 vMB 0
107,826 107,826 000000000001405b7c67a9598a0833835d4bb26fef14a4e09cac764006500b3a 1 0.00/1.00 vMB 0
107,825 107,825 000000000002277b46a496dc94980fd4b9d937548b17796e10b241eec0259d2f 3 0.00/1.00 vMB 0
107,824 107,824 000000000002239baf0ac4245d5505d7e0746c0310021bd28516287fb047e4c5 3 0.00/1.00 vMB 0
107,823 107,823 000000000000cb275a046abb6e0334ca05df1e2655c337aec5a23e361e360fc5 8 0.00/1.00 vMB 0
107,822 107,822 0000000000008a83006c7c2f21774fd243e301e45f37652ff1fe20f7fc4c0e3a 5 0.00/1.00 vMB 0
107,821 107,821 0000000000023a6516691991e56d5497ce5126c05ce286975161bd2431084479 2 0.00/1.00 vMB 0
107,820 107,820 0000000000006202eea675e1b82a96b1a4b091fe960c01a0c854f8fd21b444da 5 0.00/1.00 vMB 593
107,819 107,819 0000000000000d88e62773d12311a3faa5a0e5a4777fc02be23de290d7f9be7d 1 0.00/1.00 vMB 0
107,818 107,818 0000000000002323a26ea4a9616edd7982910b0abb1e59daf7d218e475930de8 1 0.00/1.00 vMB 0
107,817 107,817 000000000001e4a3ec17747ec817f07306ba43e733aae7d8569dd262f1245e67 5 0.00/1.00 vMB 0
107,816 107,816 00000000000257190b8c73a13778e36fb59c6eba254fc7edae7cbe9d7f5db4a4 8 0.00/1.00 vMB 0
107,815 107,815 000000000001d8d70adbcee21fc01acdb0917269ec6dde156e6db47aecd4bddb 17 0.00/1.00 vMB 0
107,814 107,814 000000000000239119506f0ce979ec48ab5e0959ee7fdc3112c9882b4b92eb4e 33 0.01/1.00 vMB 0
107,813 107,813 0000000000002f99010f2de63837594e72b8669f40c1d3762702418df54db4b2 11 0.00/1.00 vMB 0
107,812 107,812 0000000000004a3b8a5e535ae01f16f57967a28ff81bec7d25c16ddae940257b 10 0.00/1.00 vMB 340
107,811 107,811 00000000000009962fb2cf25b663ef8f3c95947c5d827ac9c226852338757fb2 9 0.00/1.00 vMB 0
107,810 107,810 000000000000dc2f26c0eeb66c16112ae031f0e09d5c3b4ec6ba49148c86c5f7 11 0.00/1.00 vMB 355
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.