Loading Tool

Explorer IconExplorer

Memory Pool

77,932 transactions
34.40 vMB
0.15262339 BTC
Random Selection Loading Transactions
Max Size: 191.41/200 MB

Candidate Block

Mining Attempt 1dc96018a1f5486a4ea853f2ba7fcdf6c17b36d0b38b5b609a77a7103d851374
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root 4d9f563e1f95974b009dacb180b5152c96136abf145688e1ee417d7447fe1aa5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,653
Size: 1.00 vMB
Total Fees: 0.02956614 BTC
Feerates: 445.78 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (809,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,677 105,677 0000000000003170e4743044e60faaab3deccf83f89f9608f9b8bf5074a1a2c8 5 0.00/1.00 vMB 0
105,676 105,676 0000000000002e6edc1ac66d6df5e9991a41ffe007a545f1230d75a273d8789a 8 0.00/1.00 vMB 0
105,675 105,675 00000000000236957f263d1e55de837f935d72b460f76fe76827fa5e249dd23b 23 0.01/1.00 vMB 0
105,674 105,674 0000000000020e9410fdf351e8eedf92d77a756e6a4261df0437a6ea46345a05 9 0.00/1.00 vMB 0
105,673 105,673 000000000000e1d1790223c78a97da47dcd04356828a3c02b832dce10cded33c 2 0.00/1.00 vMB 0
105,672 105,672 0000000000020daf3e264d27107f48a5de0318123282996f8db04dcefdc5acb2 1 0.00/1.00 vMB 0
105,671 105,671 0000000000009038c7008d137c54977c7b96d0383dc76c7cce406be1f85d6102 3 0.00/1.00 vMB 0
105,670 105,670 00000000000092bef81ce3e0943e6b9061654fe9d4501792c8d0760fcc9200ed 4 0.00/1.00 vMB 0
105,669 105,669 00000000000212987bfe7eff599357332d61c74867b8088e216c65fc730dd1ae 3 0.00/1.00 vMB 0
105,668 105,668 00000000000002223b32705007d980250682d5f2df56ef4eb09b2239896c158a 1 0.00/1.00 vMB 0
105,667 105,667 0000000000000c6fb554cc30ae879b63f90d073dfd300adf6d94bd17619be9bd 1 0.00/1.00 vMB 0
105,666 105,666 000000000002237939907806411b2e531c6ff29836aab1c85eb5d79a933f527e 4 0.00/1.00 vMB 1,290
105,665 105,665 0000000000014c3f3a29b6ba639cc56bff590ef5778196ef8aa6b8b0321e178c 8 0.00/1.00 vMB 0
105,664 105,664 000000000000440bd279b7a727a819e35be03705de14fd83e6695551ee448b35 10 0.00/1.00 vMB 0
105,663 105,663 00000000000176e36b15c3c4fcc4948234011a5f6fa8a2d1f2a21f4b45286d48 27 0.01/1.00 vMB 0
105,662 105,662 00000000000106f2b615998ef532337c020fcc341c0991e6491d50d40f89d609 5 0.00/1.00 vMB 0
105,661 105,661 000000000001d6a9ce21bcccf79badd3dc7e5ffd6fd6f58e7a979e6e5c9d1a7a 3 0.00/1.00 vMB 0
105,660 105,660 00000000000143e973abafc278ce3ad6aa8361bf3f378c83c4cd3ade1d081561 1 0.00/1.00 vMB 0
105,659 105,659 0000000000007ccd5a672308bb807d1340b9dbf83dcc5f9064e5aea817781ad5 2 0.00/1.00 vMB 0
105,658 105,658 0000000000014a5b0bd1e84c45aa7a41faa401a9bb05068aa7460283c72376a4 2 0.00/1.00 vMB 0
105,657 105,657 000000000002697d27834181202e99964d2b5a0ce2586371eca458a6d68a6098 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.11 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: 736.35 GB
    • Received: 18.58 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.