Loading Tool

Explorer IconExplorer

Memory Pool

86,599 transactions
31.80 vMB
0.10838149 BTC
Random Selection Loading Transactions
Max Size: 194.78/200 MB

Candidate Block

Mining Attempt c8b681721175de8eade7d2ff813ac4e335d38d8bc594d0f2b616ed40c3597f6c
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 9c77164a34dab4669d378c58bae2daf834983d5db7732a929b7c98e66423fff6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,880
Size: 1.00 vMB
Total Fees: 0.02792586 BTC
Feerates: 1,236.26 > 2.80 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (812,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,825 102,825 0000000000002593546b3c5fc57d15b6213d22b7fd25a8eb6b6ac378008fc232 1 0.00/1.00 vMB 0
102,824 102,824 000000000000f6ba24969a49d916912ab3cb20cb033f65a4f68ed142de4a109e 7 0.00/1.00 vMB 0
102,823 102,823 000000000002dce2b8bdb51e24a0b6e8a0851b2602a85da47ed955ee3ca5db8b 5 0.00/1.00 vMB 0
102,822 102,822 00000000000225e49bca41f0cb1ae0ff0719aba34e8c09c436ade73166540a86 12 0.00/1.00 vMB 0
102,821 102,821 000000000001f04029c13defe99f3c0c9fa884cd9a25da6521509e3d8f76f8fa 21 0.01/1.00 vMB 0
102,820 102,820 00000000000191ce8564109cbc2646cce07645458c4146c562a1aa9a6dfd83cc 1 0.00/1.00 vMB 0
102,819 102,819 0000000000010af723487184f9616fe18f1aa2c2e4ac97e0063e7a9e280c5925 1 0.00/1.00 vMB 0
102,818 102,818 000000000000ece238a24d133647d57eb8e6261619ce5bfb2411b6eee751f2d9 5 0.00/1.00 vMB 0
102,817 102,817 00000000000106f487e2a5683ac15854dfa0ada5833af69f3c4da1cdb198be0c 8 0.00/1.00 vMB 0
102,816 102,816 0000000000036e1b1c66c51814ee2f500f3e67d8e568f5606b91ad3359e68c0d 1 0.00/1.00 vMB 0
102,815 102,815 0000000000000e389cccae2a40437be574fd806909e24136711e7f8bce671d65 1 0.00/1.00 vMB 0
102,814 102,814 00000000000332859600a3e9bf0a647ae9d9f46808229c475a507ead2727cb43 2 0.00/1.00 vMB 0
102,813 102,813 000000000002b655b81ddf0f9fbce2f292779d7ace274e0880d9a17c3e427457 3 0.00/1.00 vMB 0
102,812 102,812 0000000000035c7bbcbc1244dd57ba51ece11100496af7d6d3bcb80c7e66e2ff 2 0.00/1.00 vMB 0
102,811 102,811 000000000001dddba5a0113bad2bf77e910ba407d7a5fa08b3c02d6b90b2fb5d 4 0.00/1.00 vMB 0
102,810 102,810 000000000001c2255afb4767f44cfb1db9cdbeb3831d8b110111521f7cd91e61 5 0.00/1.00 vMB 0
102,809 102,809 00000000000046c7852ea7f9c77fc0a731092b17d8332b68e9bf455d4100510d 3 0.01/1.00 vMB 0
102,808 102,808 000000000002a1a86ddeb85efc3cfe71e8f6fdf5ef2d52403964c10bdcf8ea2b 3 0.00/1.00 vMB 0
102,807 102,807 000000000002466e9301a5d5cb0b715e2f057083868242103faa6810b832db79 1 0.00/1.00 vMB 0
102,806 102,806 0000000000018c074f8fd1a625243312e103e1c8d185a5ba52659655ebf58cf4 2 0.00/1.00 vMB 0
102,805 102,805 000000000000a64adb60f70b703c0fbaba5636ea43ef259ec3c831bf69aec88a 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.