Loading Tool

Explorer IconExplorer

Memory Pool

80,661 transactions
30.00 vMB
0.07896497 BTC
Random Selection Loading Transactions
Max Size: 180.55/200 MB

Candidate Block

Mining Attempt a147baec336b4eff73709e20ada3479f7750c7324d8c6fbd3f26b7f1db1280f7
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 3537b58469449be6810bc8a0c08f4e18b14fc4db7f439b20b3efb197e1ff194e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,527
Size: 1.00 vMB
Total Fees: 0.01757929 BTC
Feerates: 197.70 > 1.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (332,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,465 582,465 0000000000000000000ba3b25fe9f9cafe82132e20c95178e693b50ebb0b3265 2,304 1.00/1.00 vMB 24
582,464 582,464 00000000000000000016e8a188e81e46d78bfb108f370861f198471c025f9b72 2,535 1.00/1.00 vMB 62
582,463 582,463 000000000000000000213657d9015e7ddb51510bfb93442ca3ff2ccd6ca0b4b3 3,288 1.00/1.00 vMB 97
582,462 582,462 0000000000000000000891b6bf864dd722cbfedebbe57628e83cf345cbc22298 2,944 1.00/1.00 vMB 136
582,461 582,461 00000000000000000009dd35de4e36515b85714ae8f596a2385b213280bb8ba7 2,687 1.00/1.00 vMB 17
582,460 582,460 000000000000000000101d94dac8ecd38026ef5902e44cd94d67be70bb1137c4 2,835 1.00/1.00 vMB 103
582,459 582,459 00000000000000000009b735a833b6485f0e18bbe6e1cddf2d5774928f122ef2 2,390 1.00/1.00 vMB 38
582,458 582,458 00000000000000000009ac459001515863fe8b7f2780bd662209d6e92f15578b 2,618 1.00/1.00 vMB 85
582,457 582,457 0000000000000000000762ae56cdd46ebf6d54326ae2964dede40cb5fe487976 2,676 1.00/1.00 vMB 28
582,456 582,456 000000000000000000031252e31082bd2c12049d238efa1ae9455cbb238a793a 1,888 1.00/1.00 vMB 36
582,455 582,455 00000000000000000006926c64b16c5c7904113804df8ee001ab999a5a57e56a 1,931 1.00/1.00 vMB 38
582,454 582,454 0000000000000000000d05ce32f3fcbb0717fe447be352ef472f1f16a9b2f771 2,955 1.00/1.00 vMB 91
582,453 582,453 0000000000000000002409dd8c854678e5629e51fd280b268d56a2953d73672d 1,526 1.00/1.00 vMB 111
582,452 582,452 0000000000000000000f12bfafb874ff53aa1711a228f2f8cf422b433690c560 2,566 1.00/1.00 vMB 52
582,451 582,451 00000000000000000006f561d087b237c3d37c489aa4af80d4669d2f2e614e5b 2,465 1.00/1.00 vMB 71
582,450 582,450 0000000000000000001bbef55f7070925fed0c60536e936bb383cca6814453c8 3,017 1.00/1.00 vMB 93
582,449 582,449 0000000000000000000a6d69fc179a7c88a275a0f4a9cda92ac78a3c16f89b89 2,531 1.00/1.00 vMB 117
582,448 582,448 000000000000000000195cb3205b053f0a7e053512cd79f20b84f0e7a9848309 3,054 1.00/1.00 vMB 99
582,447 582,447 000000000000000000206f913e7671f6d270a3a721ec6aa74f4ac73daf7c9c1e 2,709 1.00/1.00 vMB 70
582,446 582,446 0000000000000000002131ca70d0015af4a6bce8e33641e6fc60eb83b18b349d 2,383 1.00/1.00 vMB 62
582,445 582,445 0000000000000000000c7cae1d45c577b837ac4f5ee95a2cd2040a7f7622c9e7 2,636 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.37 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: 663.77 GB
    • Received: 14.93 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.