Loading Tool

Explorer IconExplorer

Memory Pool

80,475 transactions
30.23 vMB
0.12498757 BTC
Random Selection Loading Transactions
Max Size: 181.07/200 MB

Candidate Block

Mining Attempt e200076db5b368c57adbf175fa29511605d7b02e15852dd406f1c3fc0bf4e2d4
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 2dfc66f5d3e8ced91323f5a878e4bf4e0c3f00f97eae3dc0b233e9f7b79be94d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,230
Size: 1.00 vMB
Total Fees: 0.05524909 BTC
Feerates: 150.86 > 5.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (54,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
860,825 860,825 00000000000000000002b954a779c21e3bc54537e08aa6d2e20c8b0953a828f5 7,042 1.00/1.00 vMB 2
860,824 860,824 000000000000000000021f3548dd025b11c81bcb8dabfcefa558329a29aa87ea 4,808 1.00/1.00 vMB 3
860,823 860,823 0000000000000000000172df754978fbbb4cf63a282c95de33348a6f4277ffe8 2,856 1.00/1.00 vMB 4
860,822 860,822 0000000000000000000180974426bf517b5110aa4c5061d90ebaac5b4ee2536f 3,104 1.00/1.00 vMB 5
860,821 860,821 00000000000000000000c48e74747c36d6fea1f0e75d1c3f500b90784317192d 3,229 1.00/1.00 vMB 6
860,820 860,820 000000000000000000008d3a5edda340d6305b7af3fb86a6e36b184b128d4ada 2,418 1.00/1.00 vMB 7
860,819 860,819 00000000000000000001f3d4504b42432e3c1b2120f366708bf08f31bb553535 2,945 1.00/1.00 vMB 7
860,818 860,818 0000000000000000000045b8cefdba05fa9e417debbcecab284af81760550ead 7,760 1.00/1.00 vMB 2
860,817 860,817 0000000000000000000001684e5c393d42d7037a2a2fe4cd1ce2ab99cc1351db 7,248 1.00/1.00 vMB 2
860,816 860,816 00000000000000000000d1a04d2710eb0292e02a7ddc36d66ee5e2dfd0eaab0c 6,675 1.00/1.00 vMB 2
860,815 860,815 00000000000000000001ee58cd24fe965f51167650c33f5a12efd5a019f22bd5 7,631 1.00/1.00 vMB 2
860,814 860,814 00000000000000000000104a2a8af5be91db8d564b859e96deeeca84f2dd92bd 2,695 1.00/1.00 vMB 3
860,813 860,813 00000000000000000001972e30e565ca881a33c289e2f5d874b45a120df5c280 3,161 1.00/1.00 vMB 6
860,812 860,812 000000000000000000015fadb76810f298e25556f874dbcd6e5b1597334bd9db 2,029 1.00/1.00 vMB 3
860,811 860,811 00000000000000000002f8cd15accc0ca0e906570576b6617e0561a7963f010d 2,915 1.00/1.00 vMB 7
860,810 860,810 0000000000000000000093b775137b7b867849cb1f3d0ac332e050de8d36d3ec 2,851 1.00/1.00 vMB 5
860,809 860,809 0000000000000000000157f89658d4c74f66951311f89ef3692b56eb8308db05 2,900 1.00/1.00 vMB 7
860,808 860,808 00000000000000000001ccfe27f66e18de56e89ae1d095773dcfb8dd85cf4c9a 3,595 1.00/1.00 vMB 6
860,807 860,807 00000000000000000003038adf5406884af5721a5c0e9e9206e4356c6d111859 3,464 1.00/1.00 vMB 8
860,806 860,806 00000000000000000000900da842c17873f3d7e636f1c4ffb0302dddcfe39497 3,241 1.00/1.00 vMB 15
860,805 860,805 000000000000000000023790c8360e16c709a8126853b9fea64d53c5d02affd6 7,720 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.