Loading Tool

Explorer IconExplorer

Memory Pool

67,032 transactions
26.19 vMB
0.05931567 BTC
Random Selection Loading Transactions
Max Size: 157.30/200 MB

Candidate Block

Mining Attempt 33d94eade1773e78e8bd941636aa191c12a8e3fd22afeecf8edd99335355c18c
Version 20000000
Previous Block 00000000000000000000f1a29bf9b92d0d8d47205fad5ecf0ebc7fa8ae65ab37
Merkle Root e672db70395b72173a9698bb31a120061e3845f33463d03caf25b94b6e8d3e99
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 994
Size: 1.00 vMB
Total Fees: 0.00372026 BTC
Feerates: 34.78 > 0.37 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,574 (834,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,353 81,353 0000000000118e510e85e3975ad275177460bcb9be02a9dc37eaff7a186ae7c0 3 0.00/1.00 vMB 0
81,352 81,352 000000000046296752b37a5e10c3824971b9400ab210bd3f2663413838b4e842 3 0.00/1.00 vMB 0
81,351 81,351 000000000015f3ec85243b45f2e61f5bd2fb29c184822a5fe7c48933e6fe15b6 1 0.00/1.00 vMB 0
81,350 81,350 00000000002bef3e9fa07f1a64902508a2fa35a1677af50644d580cb076a35af 2 0.00/1.00 vMB 0
81,349 81,349 00000000001c26aca5cfd0ad168e62e3596cf65a82e752daaff9e23502d2936a 1 0.00/1.00 vMB 0
81,348 81,348 0000000000374c07b1760230a53f4a18c9b67f036b29da72a5c593a127c2325d 1 0.00/1.00 vMB 0
81,347 81,347 0000000000078895b0f7af8d86f816a0c0c0a3f286261acf645d4bac4cfa701a 8 0.00/1.00 vMB 0
81,346 81,346 00000000001771d56abed33ddc14b5b195f5bc0dc0c79e7e140c9fbcd7013726 1 0.00/1.00 vMB 0
81,345 81,345 0000000000172a513081bf2c628c2fcd0791e3a899f060e42aaf359f914ca5d9 3 0.00/1.00 vMB 0
81,344 81,344 000000000042f8fd6a33ac8d8244e1c9548d319e38fbec7de1b4aaa518e4eeaa 5 0.00/1.00 vMB 0
81,343 81,343 000000000011884fa16ceaff18ca281dda6a93ad4b748e4c0adafcfb4267394c 3 0.00/1.00 vMB 0
81,342 81,342 00000000003d6be06242ac4ecca5d8d7105dc384ad1a9b1b9fce03ccdd2884ad 4 0.00/1.00 vMB 0
81,341 81,341 000000000044b3ff073ddba8dad28462e85b1667a62230b87d8d4d67cc19a108 7 0.00/1.00 vMB 0
81,340 81,340 000000000021128bfef9db454b870ba6212c19df11b1cea5a5d240890ec556fc 9 0.00/1.00 vMB 0
81,339 81,339 00000000004524e3b7711b60bc743c1aa4c9fff5f561209ea6e7cbd7b99a089a 8 0.00/1.00 vMB 0
81,338 81,338 00000000003f77d8af726deee15578eaf57ef18f97265c8ac822f83dfa031c24 7 0.00/1.00 vMB 0
81,337 81,337 000000000046387e302022117dcc69edb36d0e8a6c005fe2b74842fb701813d3 4 0.00/1.00 vMB 0
81,336 81,336 0000000000460e0b300c4dfa0e6cb3aca56054814bab9913903ce37623ed5c65 2 0.00/1.00 vMB 0
81,335 81,335 000000000044f40c6b3caf6dca258bd4f7c0e7df75c061dd4e0e753b594d5378 9 0.01/1.00 vMB 0
81,334 81,334 000000000008528884eda75e43ac56f262e05c83af39f5846c1a05730b2b2421 7 0.00/1.00 vMB 0
81,333 81,333 000000000015b08aeac1910dce18d49b53bbf360d3df854f24698588fa30fd4f 16 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.38 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: 768.92 GB
    • Received: 19.67 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.