Loading Tool

Explorer IconExplorer

Memory Pool

38,006 transactions
28.02 vMB
0.06178739 BTC
Random Selection Loading Transactions
Max Size: 141.98/200 MB

Candidate Block

Mining Attempt e497ea467aeefd04896728f8d06c235539a79e537cf5a87b0bc78a69fda06a63
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root a7de1c9582e9d32d784fe2e7e66d0eeb001ee76d821dd07f91ec0469f503b89e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,583
Size: 1.00 vMB
Total Fees: 0.00827417 BTC
Feerates: 150.80 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (173,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,198 741,198 00000000000000000003540ba192b646d746ad5e1039069bf5f799fe05a0df3c 3,265 1.00/1.00 vMB 26
741,197 741,197 00000000000000000007c75d9587019f208e0d7710651dc969be43c4832f1fe8 3,846 1.00/1.00 vMB 20
741,196 741,196 000000000000000000017cff95558d92fd064f13d62dadd70e6ae4961ca5cf04 3,943 1.00/1.00 vMB 23
741,195 741,195 000000000000000000060bdb038d8152184ec4528d4ab779feb01fbfa87f6325 3,307 1.00/1.00 vMB 30
741,194 741,194 000000000000000000047ccdf9bb6ad0e3ab473c6d4b112c504e8a95fb9ff433 2,964 1.00/1.00 vMB 34
741,193 741,193 0000000000000000000627d715a774f645d4c6df96c3713b689184d5837ba31d 2,778 1.00/1.00 vMB 30
741,192 741,192 00000000000000000005ae59aba572a7fa61c607a8e24df6fb4114f668dbb33d 3,112 1.00/1.00 vMB 36
741,191 741,191 00000000000000000004b45f2f65b87e3400af7908795c9f6b4160552f9cbfad 1,514 1.00/1.00 vMB 27
741,190 741,190 00000000000000000001d0aaa3f1afa01b91fe6667591b074b4f987b54706bfd 3,056 1.00/1.00 vMB 44
741,189 741,189 00000000000000000002d4d7ac2bf01391ae324e395a55cb7c62df4d9bebc283 3,108 1.00/1.00 vMB 23
741,188 741,188 00000000000000000005e03bbeae50d7e347f2af3e03b7e1f4639f18f006d5fa 3,266 1.00/1.00 vMB 26
741,187 741,187 00000000000000000006d2b008840a3b48bf635f0e7313d4208232c4888934a4 2,606 1.00/1.00 vMB 34
741,186 741,186 00000000000000000006c211da74c24415a167ff9d77046ec1ca996547c046d3 1,618 1.00/1.00 vMB 11
741,185 741,185 00000000000000000004d28d9afee2c893a7355bb9e6566b79f53fb139963ddc 771 1.00/1.00 vMB 3
741,184 741,184 0000000000000000000938572817313b8a808479ee3be19d2f93b33d59c6c908 1,636 1.00/1.00 vMB 13
741,183 741,183 00000000000000000007f0e86486ca5aefba62369c42ce51261f616453575af9 2,762 1.00/1.00 vMB 7
741,182 741,182 0000000000000000000095c15d5a7dc688b624b5b2bc581578a63bc63ff1698d 2,701 1.00/1.00 vMB 8
741,181 741,181 0000000000000000000368ddfe8b9e8a1b1bfb0d7efc524c1c303939e60ed8da 2,283 1.00/1.00 vMB 18
741,180 741,180 00000000000000000007dcde4b9b54ade5cb712c03af4b2fee72c20bb83447e9 2,503 1.00/1.00 vMB 25
741,179 741,179 00000000000000000007897e7140a3818ecd83dbf383c9b2a6d4935cf65a28be 1,646 1.00/1.00 vMB 11
741,178 741,178 0000000000000000000380474d6d65f1f47895762ebe5b77b0386070645063fa 2,080 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.67 GB
    • Received: 11.82 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.