Loading Tool

Explorer IconExplorer

Memory Pool

32,138 transactions
18.58 vMB
0.04865716 BTC
Random Selection Loading Transactions
Max Size: 99.37/200 MB

Candidate Block

Mining Attempt 6c0a06bd730cb43537168b83f49a9cb2ef5aaa837ada0c277e0fa8a810cdf262
Version 20000000
Previous Block 0000000000000000000161ddcd26c1b47f62b1f8f056cc1e7901fdc1ad8b87ac
Merkle Root 545ebe12a0c45b6555b835e4ab1ff9c4ac7a8d0af1535ce93acb6b7006bc183d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,933
Size: 1.00 vMB
Total Fees: 0.01332695 BTC
Feerates: 151.03 > 1.34 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,127 (651,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,337 262,337 0000000000000009b9e3ee7b6675a702d5a9e4be9dcd2b1c63bc95de5a08fd15 37 0.02/1.00 vMB 72
262,336 262,336 0000000000000005a5068575bda02fe99cf5ebb8aefb9d45178d4b51a29bacf1 27 0.01/1.00 vMB 68
262,335 262,335 0000000000000015e56aa4d4158bbba11a87e6414dbc7a668fdac6489f419d0a 190 0.14/1.00 vMB 32
262,334 262,334 000000000000000954917eff4f4bf4e5c34a620bc90d430a669be057a0e6f8ed 550 0.25/1.00 vMB 81
262,333 262,333 0000000000000010cf98aba7e766dac9d4138a78accfad12a7108bd891756ad1 116 0.04/1.00 vMB 90
262,332 262,332 0000000000000003bf2a97fcb598ef713e9d3d9e84e78bf1779284ab6d9dd88e 231 0.09/1.00 vMB 89
262,331 262,331 00000000000000061b3a1351b4280bcb3d670d8ad494777388151ad3919e7c73 72 0.15/1.00 vMB 13
262,330 262,330 00000000000000169b7eb27ed73f02bc7a0655e14b7f713966f4d2a9cb8fbaa5 400 0.19/1.00 vMB 47
262,329 262,329 0000000000000000f95bd0b2eccf2ea3098be83da971a9bd156e163337cb0952 557 0.25/1.00 vMB 106
262,328 262,328 0000000000000013020d7778340fdb1c2a17f7e2160b2d2ed43c5097052bc1fb 128 0.06/1.00 vMB 107
262,327 262,327 000000000000000cc196230b66e5ed0f205df41e1fd26c415f9a73733dbc69d4 215 0.11/1.00 vMB 67
262,326 262,326 000000000000000cb52a3b18341ed24a683ccbe3cb45ac4aca2cf9406163d4f2 350 0.21/1.00 vMB 65
262,325 262,325 000000000000000d23f232789e65342e822d7deeafed0829eb7e51583ab7136f 213 0.08/1.00 vMB 90
262,324 262,324 000000000000000585dedf0e2357812c57632f2695592e92d163d5f8ed8aa3be 275 0.15/1.00 vMB 72
262,323 262,323 000000000000000120cbfaa8c0bd149523e3e31b499f183bc8043ce91b3c15f2 277 0.15/1.00 vMB 75
262,322 262,322 000000000000000a710ae06a7adc51b4d5b161df29b96ad04ef3508c27461036 227 0.13/1.00 vMB 63
262,321 262,321 000000000000000ef0435fa7ec7c72bb0a2cc497b477708cf103b703de9d3e5d 116 0.05/1.00 vMB 72
262,320 262,320 000000000000001387d11b2dbde2761d5d21be91d43b7298b20aac79f209b955 171 0.07/1.00 vMB 78
262,319 262,319 000000000000000fb5bc01a2e62a03ac409e6b8a8e3cc9f50078e57d85d7e5fa 222 0.15/1.00 vMB 68
262,318 262,318 000000000000000c6523aabea43cddfe28fad003c137ddc26d1b5f8ac90d723c 148 0.07/1.00 vMB 87
262,317 262,317 000000000000000096c2e41964b690ac087fff4cf6edb9106dfa9ebc797cdbf9 75 0.05/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 780.82 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 561.33 GB
    • Received: 7.38 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.