Loading Tool

Explorer IconExplorer

Memory Pool

82,171 transactions
31.20 vMB
0.09348320 BTC
Random Selection Loading Transactions
Max Size: 188.81/200 MB

Candidate Block

Mining Attempt 757b6b95e1e92780eb384945309b6e7b0f4b59200db9245a217d0241224f9a43
Version 20000000
Previous Block 00000000000000000000fed5f49642163633dd960a214f08d883622a0aac23f5
Merkle Root 7e140c08bff22847ebee7bf3842178e7a62f006a09205af5dbd324d7609fab13
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,304
Size: 1.00 vMB
Total Fees: 0.01822080 BTC
Feerates: 115.63 > 1.83 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,379 (418,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,038 497,038 000000000000000000ce192291ffff7de2eda1b1c5e886d7cdab0f6d4f031e50 1,955 1.00/1.00 vMB 211
497,037 497,037 000000000000000000640cb5001a3bfb00b44ef57d03577e686ab68c7dea904a 2,388 1.00/1.00 vMB 166
497,036 497,036 0000000000000000007fcb2d8f23901a5f22e023169e2e52339cbba0603109d5 2,160 1.00/1.00 vMB 177
497,035 497,035 0000000000000000006ac82c5db2f1b4d0efc0094637b824e82e9023c7115864 1,701 1.00/1.00 vMB 202
497,034 497,034 0000000000000000000418caf804e1258def06fc224fd8a101f8f10afaeb648c 1,568 1.00/1.00 vMB 219
497,033 497,033 00000000000000000041e13dedab3df68ff397f2837689b2b5221f2cb7c0b3f7 1,965 1.00/1.00 vMB 165
497,032 497,032 00000000000000000078485b2286a3a12904595f67c349676aec64e4e39734bf 1,933 1.00/1.00 vMB 140
497,031 497,031 0000000000000000004cbbe8f640e912b857833482860a97225cd0d99a01246e 1,446 1.00/1.00 vMB 161
497,030 497,030 00000000000000000054698ff7ef31fdab14b6962bb1d5439ec7446b849f91a1 2,088 1.00/1.00 vMB 166
497,029 497,029 000000000000000000c7c8226b5f2167009a7a0f6085a456acb4b26ffb08e3a9 2,323 1.00/1.00 vMB 166
497,028 497,028 00000000000000000009e51d5bee48a7d9d1f0acae7d232168a952025d686668 2,404 1.00/1.00 vMB 214
497,027 497,027 00000000000000000075c48ff4991a2fcbf61f9870a36806320d979838562ff2 2,234 1.00/1.00 vMB 227
497,026 497,026 000000000000000000a0b55ceaa816cd764e547e4e5b44b0ed8503c852ac6f21 2,160 1.00/1.00 vMB 164
497,025 497,025 0000000000000000008a14d9c5c565fe61a8454f1f77c5c1f8458b2654326811 2,434 1.00/1.00 vMB 185
497,024 497,024 000000000000000000ba4ef82bea0901ddbd3783b8b8026a450a9f05bbb8dfaa 2,530 1.00/1.00 vMB 57
497,023 497,023 0000000000000000003979abbd04056fa3818de1176ade9c9880f532cfde8cda 1,746 1.00/1.00 vMB 128
497,022 497,022 0000000000000000006aeb5e8c776a8f4af101a6ffdb008c96f5e593ffb3d5a1 1,862 1.00/1.00 vMB 174
497,021 497,021 0000000000000000005d533dd49b53138aa3bc018edb2813043d71d6ef7db1f9 2,657 1.00/1.00 vMB 202
497,020 497,020 000000000000000000a4c1581f2fb6cbb6b15353376ce57b343cca3cef157e6f 2,549 1.00/1.00 vMB 136
497,019 497,019 0000000000000000004cf191763871531c409a37a060e5c37dbd81742e0d3805 2,079 1.00/1.00 vMB 200
497,018 497,018 00000000000000000008ade6007b2364d281d71f42bc433529025ecb1798de9c 2,931 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 783.05 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: 720.54 GB
    • Received: 18.18 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.