Loading Tool

Explorer IconExplorer

Memory Pool

43,166 transactions
26.53 vMB
0.05975642 BTC
Random Selection Loading Transactions
Max Size: 139.24/200 MB

Candidate Block

Mining Attempt 5cbe5956dfca03c7b53ac77954d7c797ca133f102c9098edf3b6e41e82001174
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root 04e87eff665f3cac4dada9ba8c8824d1a7c36b8284f2b8592ec35452d73518b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,104
Size: 1.00 vMB
Total Fees: 0.01095651 BTC
Feerates: 73.20 > 1.10 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (353,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,838 561,838 000000000000000000090475088fdd32eb00e5940bd9870518f981a7306108ef 903 1.00/1.00 vMB 16
561,837 561,837 0000000000000000002eef0205433100c4e6129c04f52bf9df6c417d3643ffee 1,212 1.00/1.00 vMB 17
561,836 561,836 0000000000000000000e61f02e2aab67704eecb035e02460c78b7aa212bc66c2 786 1.00/1.00 vMB 15
561,835 561,835 0000000000000000000d4b0b3bd61bf105a06f0e5c9f06f4a4c85af8e7da200e 2,748 1.00/1.00 vMB 19
561,834 561,834 000000000000000000077cbc0d1845b47a0a1f4e8d269e469496bbbb03239439 1,099 1.00/1.00 vMB 12
561,833 561,833 00000000000000000002371a6adffdcf79ca3a4c99a10d11d8dc9c28355b176c 2,880 1.00/1.00 vMB 22
561,832 561,832 0000000000000000001c1d06f652792455f24b63ca66c16e2ba1cc12940af93f 2,590 1.00/1.00 vMB 14
561,831 561,831 0000000000000000001aed7d4b039526327acaa3f581775c309692eda0538e7e 2,915 1.00/1.00 vMB 26
561,830 561,830 00000000000000000009e186a90d1561b75d9ccf224e6297d2258f0b7f9b03d5 2,905 1.00/1.00 vMB 20
561,829 561,829 00000000000000000022c2ad2b125a522216be88a030631c5eb85ac2e36b1de1 2,914 1.00/1.00 vMB 31
561,828 561,828 0000000000000000000abf490c6b453fc874b81ffef716580709ddf9202fc442 1,550 1.00/1.00 vMB 16
561,827 561,827 00000000000000000019b3b7fb7950cd17fec3d3540c46aadc80631d70e3cb22 1,182 1.00/1.00 vMB 2
561,826 561,826 000000000000000000187a55e1e0b454cf7658f41a7c7d4ff78dcf4de0fe98fc 2,527 1.00/1.00 vMB 12
561,825 561,825 000000000000000000300b85c6a01923a53f01a6eaba153571d5a5552a7e98ff 2,990 1.00/1.00 vMB 30
561,824 561,824 0000000000000000000617f2dbcebc721b69c131041a11039fb10e8746c50a6d 1,435 1.00/1.00 vMB 16
561,823 561,823 0000000000000000001d528b8f4099dd0511fc959a246eeec446acdc43b240dd 1,044 1.00/1.00 vMB 23
561,822 561,822 0000000000000000000bb3623884e0d9bb15988802d5b82068b61a6551ab0841 1 0.00/1.00 vMB 0
561,821 561,821 00000000000000000010749d7081851e61c0cd2d29a1f381d8df478553254efd 2,817 1.00/1.00 vMB 17
561,820 561,820 0000000000000000001d3771897ecae73bf4ceaf175321584317a6ff7e8118b2 2,347 1.00/1.00 vMB 18
561,819 561,819 00000000000000000023366d12dd90106e2bafabdc90e46913c43d43b5d84a33 2,817 1.00/1.00 vMB 38
561,818 561,818 0000000000000000000a2c19c196e481d8c6531f6d069c8ce2ddd8476f118e47 3,044 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.55 GB
    • Received: 13.93 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.