Loading Tool

Explorer IconExplorer

Memory Pool

44,623 transactions
26.62 vMB
0.05802416 BTC
Random Selection Loading Transactions
Max Size: 140.49/200 MB

Candidate Block

Mining Attempt 74169fa0133a91752ee26ad774519893c9bb60ac9d63c1b991cd199d42e17178
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 37e4d34b79bb77bf1d930ab98bdf2de3d6e86c3ff7b4a660a34ef5b361592809
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.00907218 BTC
Feerates: 54.71 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (222,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,245 692,245 000000000000000000100a464f5b9706f90f7a8bf92a5de25fccdb1c67e63d8b 2,014 1.00/1.00 vMB 3
692,244 692,244 000000000000000000128ba61112590e928bc3c4a99370634d0f796af33349cd 2,370 1.00/1.00 vMB 12
692,243 692,243 0000000000000000001400fc76e1fdbe9f04c2d1211fec345b0dcad078ad0f27 2,577 1.00/1.00 vMB 37
692,242 692,242 0000000000000000000876df3c7b9895710267e122b4df2e8dbeab224482a272 2,026 0.84/1.00 vMB 6
692,241 692,241 0000000000000000000c6b3cf25e6d8a469612f3d0d571f7b40cae1ade57cd56 2,514 1.00/1.00 vMB 20
692,240 692,240 0000000000000000000619cb9fd75055cdd523f2966676a90b44e571d8ae9357 1,865 1.00/1.00 vMB 10
692,239 692,239 0000000000000000000b34194c7f4db24d201270c3b92814f15ce0899dcda35a 888 0.38/1.00 vMB 23
692,238 692,238 000000000000000000113703fabb3ba90d55a4d175c875a9125e7029586d8b1a 389 0.14/1.00 vMB 16
692,237 692,237 00000000000000000006d8c16245de9e7ba42334a49750f28d97eacb2f6c2952 111 0.05/1.00 vMB 10
692,236 692,236 00000000000000000012bb8b4ed57b0f90394e663a736f598bf93a6f305d15e4 1,494 0.59/1.00 vMB 3
692,235 692,235 00000000000000000008a72ccd35b3aa087f4ee8e48a1a3924968d9f42a243cf 2,502 1.00/1.00 vMB 18
692,234 692,234 00000000000000000009eb8e915b30be53f8f42be36eafda09687b21b620fe2b 2,755 1.00/1.00 vMB 18
692,233 692,233 000000000000000000103109e23c7f44b43e94b5003b388701762d2e178a4e1f 276 0.08/1.00 vMB 13
692,232 692,232 0000000000000000000ddea47530289c9b2753e4a5edf03afed29d21e6b9ac71 811 0.43/1.00 vMB 11
692,231 692,231 0000000000000000000093de90b97e8a87554bfde5e76a89ef7213bd7e426109 176 0.06/1.00 vMB 18
692,230 692,230 0000000000000000000c4e0ea67d5e1a2ace43b6dc8d5be9a74bee120dfe8b30 464 0.15/1.00 vMB 13
692,229 692,229 0000000000000000000e2059b1a78cd2c27e6cb34e52fd6ca08df7ac57f84fd1 193 0.07/1.00 vMB 19
692,228 692,228 0000000000000000000b6377a3f4cb18e6f674605e43732a285f974668a0a787 934 0.40/1.00 vMB 13
692,227 692,227 00000000000000000011df7a77112dac7a5699632fab64f5ed8be76eeb8aae89 1,113 0.63/1.00 vMB 12
692,226 692,226 0000000000000000000562f92eb8daac0960318be71d3ec3e3f94d98fcd93c5e 424 0.64/1.00 vMB 5
692,225 692,225 00000000000000000000c9d1871a5b9f88863d272df4247854c908ea39ee62fc 763 0.24/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.