Loading Tool

Explorer IconExplorer

Memory Pool

84,764 transactions
32.79 vMB
0.08437756 BTC
Random Selection Loading Transactions
Max Size: 194.25/200 MB

Candidate Block

Mining Attempt 814839a200f324795058418ebe461a161b1b1962af49a637ba1c4f8251a30b5e
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 7e808ebbc73812ae846fab9f06c6c1a3d955d9055e361c2982289659e741953c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,235
Size: 1.00 vMB
Total Fees: 0.01939802 BTC
Feerates: 120.64 > 1.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (332,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
582,444 582,444 0000000000000000001083de617751620d4af0709179eae53069f7a5ba40feb9 2,411 1.00/1.00 vMB 67
582,443 582,443 00000000000000000000255192bc36e79e4e2aba66adbdd2aa4160bb4f4eac60 3,277 1.00/1.00 vMB 49
582,442 582,442 0000000000000000001e68100604177874e5e41a35444d3974e8df4112be7e4c 1,798 1.00/1.00 vMB 77
582,441 582,441 000000000000000000133b15018d8590b0432a2c7c7763665bb58482bcec9082 1,918 1.00/1.00 vMB 70
582,440 582,440 00000000000000000024877f194b4a09ccea157eabcb7c52c324102362c435a1 1,296 1.00/1.00 vMB 46
582,439 582,439 0000000000000000000585172992595ae6681f209070a13a76000271e8cb69fb 2,490 1.00/1.00 vMB 46
582,438 582,438 000000000000000000184e9815e37e836cfc3b6a8394bb72db52fccf57769aa4 2,850 1.00/1.00 vMB 68
582,437 582,437 0000000000000000001c1b40ec911664608e2c0467ddb3cc7662acb829b8d396 2,603 1.00/1.00 vMB 52
582,436 582,436 00000000000000000001f9cd987b33271d2f1c1ffa2f2ede2bf92c9323ada185 2,280 1.00/1.00 vMB 55
582,435 582,435 0000000000000000002323d242b22da67688008ea3a7794bd6683d7cdf25df20 3,107 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.