Loading Tool

Explorer IconExplorer

Memory Pool

47,490 transactions
27.61 vMB
0.05605171 BTC
Random Selection Loading Transactions
Max Size: 147.52/200 MB

Candidate Block

Mining Attempt 97041f9432b4465898ce7eb549902bc83115bc35d709d86c45ada8a6dab8109a
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root d146477b949d3f1dbd45bc21d6740e7146941191def05948120442cf433e0f94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,624
Size: 1.00 vMB
Total Fees: 0.00426160 BTC
Feerates: 100.00 > 0.43 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (333,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,029 581,029 00000000000000000008520a484f43f471c829a6240765036dbf98be2b067beb 2,320 1.00/1.00 vMB 39
581,028 581,028 00000000000000000009ee14f0c87f4773db7976baa81999a399da3ef6a72aee 1,686 1.00/1.00 vMB 53
581,027 581,027 0000000000000000001776250cad11d978ed9b6dfad1c1d26346cd73f5676f46 1,367 1.00/1.00 vMB 55
581,026 581,026 0000000000000000001066022ed882e9d52c07b64cddd856797d7c9a88f0096f 1,696 1.00/1.00 vMB 65
581,025 581,025 00000000000000000005df60a7c82129ec285217f7b5e201cd58586997115c77 2,729 1.00/1.00 vMB 55
581,024 581,024 0000000000000000000f2ab4ec15d695b3c4722a9881db9bf112ec48b17098e4 2,212 1.00/1.00 vMB 68
581,023 581,023 000000000000000000019e5768efd064f10529b8b2fc49b7d5a598a2c0b2f0be 3,486 1.00/1.00 vMB 91
581,022 581,022 0000000000000000000dc531524f57caab2b438b4e26e96087a641a21daea7e4 1,859 1.00/1.00 vMB 62
581,021 581,021 0000000000000000000d506adf4755257efc4073c20b2e15d65693fa74f00c85 2,680 1.00/1.00 vMB 65
581,020 581,020 0000000000000000000c4e59e8f4a26c7ae14430499bb267c9015088fbfa22ec 2,605 1.00/1.00 vMB 74
581,019 581,019 000000000000000000256325f4dd2c7e4eb6c83d83c6147facec5f2341329ad4 2,767 1.00/1.00 vMB 57
581,018 581,018 0000000000000000001c404446e1d35457832e18f7fed03daf06a2e3695df8f8 2,961 1.00/1.00 vMB 70
581,017 581,017 0000000000000000001dee2f0e23f87b0826506ed41e88bfb01ab7f82e95daa8 3,120 1.00/1.00 vMB 84
581,016 581,016 00000000000000000005299461d084e73c72072c23d1372b2c0019d175e2378c 1,546 1.00/1.00 vMB 62
581,015 581,015 00000000000000000016c31a145239b8f7acadc11d0b583155a3f31dd6fdde45 2,558 1.00/1.00 vMB 67
581,014 581,014 0000000000000000000fe9db67680b595f7ff736f73cd8a558fdaa6725063b1e 3,413 1.00/1.00 vMB 89
581,013 581,013 00000000000000000014b31f91723ca5f06bc6a83dfe101f54ae7e73a2ded812 2,331 1.00/1.00 vMB 69
581,012 581,012 0000000000000000001a36c53b02f5893b5c960a1e60c26be319a12df1683cf5 3,350 1.00/1.00 vMB 88
581,011 581,011 00000000000000000021bc861f8ae3835e84b617874f79b4f95ea34b7668ab2d 2,732 1.00/1.00 vMB 101
581,010 581,010 00000000000000000021274d63898229de8355706d51f60df43fc69d61b6c679 2,999 1.00/1.00 vMB 79
581,009 581,009 00000000000000000002ef7b0bf2694e7fbfd15a073542099f84efee2b05ea23 2,774 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.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: 649.98 GB
    • Received: 13.23 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.