Loading Tool

Explorer IconExplorer

Memory Pool

43,413 transactions
27.17 vMB
0.05480731 BTC
Random Selection Loading Transactions
Max Size: 143.42/200 MB

Candidate Block

Mining Attempt cc2e5ae8ff30eeb37b078ba7bab10586c422b868074c29b11bb821d3afee2e98
Version 20000000
Previous Block 00000000000000000000cb2526f8131d7fa57f5fe00ea77e921b110e9065324a
Merkle Root 0d2c563a1cc6195f3fa6d1f7dd9b2240ef85b4b0b1db1f2771d31a975cff7c63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,073
Size: 1.00 vMB
Total Fees: 0.00401751 BTC
Feerates: 10.05 > 0.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,938 (353,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,851 561,851 00000000000000000014a226fbad2e7d31ba5266642f9355046095731c0fc30e 2,913 1.00/1.00 vMB 34
561,850 561,850 0000000000000000000feda467ee5ea462647ed6294fa3cf2f99225fee455164 2,521 1.00/1.00 vMB 55
561,849 561,849 0000000000000000000cd3a5d109b55bc71d10eb3897337b9661a05d8f87b587 2,998 1.00/1.00 vMB 25
561,848 561,848 0000000000000000000f3cf9035e1e33b81fa972041c3931571956805864d1de 3,137 1.00/1.00 vMB 24
561,847 561,847 0000000000000000002b7a3968a806b1b846ad5031667cc952daa8e784b24f22 2,959 1.00/1.00 vMB 33
561,846 561,846 00000000000000000011885b3ffe2b91d371c18b10c2a0adc8ffed2822d5f4eb 506 0.16/1.00 vMB 104
561,845 561,845 0000000000000000000960e4936fda7df832ed1fd321966fc4601f0067d1e376 1,500 0.49/1.00 vMB 42
561,844 561,844 00000000000000000014e065cd265d34c060a1ae678c05ea7c5305db3f4db78e 1,168 0.36/1.00 vMB 54
561,843 561,843 0000000000000000001165ac4782efb1e7c3c591344959da47881ca54c1c350b 2,082 0.76/1.00 vMB 25
561,842 561,842 000000000000000000150fa6f304e4ceae6d4b421043d2b536ec0c1a987ba927 3,157 1.00/1.00 vMB 25
561,841 561,841 0000000000000000002cb6a72163ea3f59d9266afd0d9fc336936d664f42e139 530 0.72/1.00 vMB 2
561,840 561,840 0000000000000000000e1694f8afb51528dd737a9cb8cdcb81bc1bda88a3e34e 1,786 1.00/1.00 vMB 16
561,839 561,839 00000000000000000006636f8b9fa5428b02dee71e4daa365198c017a872336b 2,899 1.00/1.00 vMB 31
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
Previous 10 blocks ↓
Total Size: 782.28 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: 656.77 GB
    • Received: 14.43 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.