Loading Tool

Explorer IconExplorer

Memory Pool

54,505 transactions
23.12 vMB
0.07475108 BTC
Random Selection Loading Transactions
Max Size: 132.99/200 MB

Candidate Block

Mining Attempt bb41cf18c1da0cf74341e8113bc2a101955269266e0e96e8fedf1e40c37c602f
Version 20000000
Previous Block 000000000000000000016277370c46ca3155268af80091d344f090e9a9739cef
Merkle Root c75f28bc45789cc4c07fbe47743d85f3be70a3be23f5404b2f06ce7092d65c60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,833
Size: 1.00 vMB
Total Fees: 0.02008732 BTC
Feerates: 85.16 > 2.01 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,924 (913,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
352 352 0000000090e31ebfb5734092b91f0d8b1dc5f40cd7ff9c18b3f0e999278c7c91 1 0.00/1.00 vMB 0
351 351 00000000db629e4d40902dc756ee9e3ebb87a76d2750e0846849f3d5e93bb4d6 1 0.00/1.00 vMB 0
350 350 00000000e286ad94972e44b0532f2823bcda3977661a5136ff4d9d7db107d944 1 0.00/1.00 vMB 0
349 349 00000000c4f49e3bffbd95679dc5684e388bf65b0c5160a64b34ab9a22ebc6d3 1 0.00/1.00 vMB 0
348 348 000000008d47f2e62a4fc29427cae537426c7ff461719e7f0433e785138b751c 1 0.00/1.00 vMB 0
347 347 000000003f87de459605bbbbbb06f4207ff09f79c7e516aca650545b374b26be 1 0.00/1.00 vMB 0
346 346 0000000036d62217cd8364db8ab43303379061f7c1d7eecfe49ce10c6ef9a4b7 1 0.00/1.00 vMB 0
345 345 00000000c378c233cf6341ca6f4e7ebfe9fd1324fbbc0e21e0165393e0e83e37 1 0.00/1.00 vMB 0
344 344 000000008cc122c5d35497371c6a0ac9b1659781848445be29bd9e2d1cf00d14 1 0.00/1.00 vMB 0
343 343 00000000da99d2a1a9a5b005143254481a8a37c28ef845e9cbe07e8bd3727c6e 1 0.00/1.00 vMB 0
342 342 0000000030d317436271d42f336d26387b284fed7c84e02f8d951d1a865b052b 1 0.00/1.00 vMB 0
341 341 0000000082a38ff5b06379fe8898e516e4b9158c6b3e4bf07dae998ac3e8699c 1 0.00/1.00 vMB 0
340 340 000000005ddf5639bd049b9579d2ff5d1060ed1020a72f927db9c18b106e81b4 1 0.00/1.00 vMB 0
339 339 000000001122ea7605edc62081cefc267a41e3fe3fd7b86874b3ee6217de23fb 1 0.00/1.00 vMB 0
338 338 0000000004b7c0bdbf2d818f3e4d441d8db5fd2e8168d0150edda83dc59b7da6 1 0.00/1.00 vMB 0
337 337 000000005f8dbc254ba41890b98e5a9e218c220a3476455539db27f642db3673 1 0.00/1.00 vMB 0
336 336 00000000306b5009d2a9efa54aaec49a0ce1e992b0079c3f2e54fc49871d7956 1 0.00/1.00 vMB 0
335 335 00000000b104104dfc538d175f3caa313dffc06607fc06e4737e0c3abcd085d8 1 0.00/1.00 vMB 0
334 334 000000006b94ae33d29db8abaf5a088f748ee835dd4509ac70d698a9f8376211 1 0.00/1.00 vMB 0
333 333 000000009a5a1f98edaafdae4c0dd90e1b03833b97c5f45e130a6a0210cd9081 1 0.00/1.00 vMB 0
332 332 000000001728a65efe3fe56198dd6112d7f76cc8e967d4fb958a0b4d3a08fb15 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.48 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: 528.69 GB
    • Received: 5.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.