Loading Tool

Explorer IconExplorer

Memory Pool

41,894 transactions
26.75 vMB
0.05646097 BTC
Random Selection Loading Transactions
Max Size: 140.40/200 MB

Candidate Block

Mining Attempt 111e0c982286755231348eaf0628aed88f26d661a3487d508784de801c806978
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root f61a90ae4ded38bf0584b2dc3d619b8e3de6c5d28cc6cfa57a7b8351364f941a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,554
Size: 1.00 vMB
Total Fees: 0.00701422 BTC
Feerates: 103.41 > 0.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (353,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.