Loading Tool

Explorer IconExplorer

Memory Pool

42,019 transactions
26.78 vMB
0.05687795 BTC
Random Selection Loading Transactions
Max Size: 140.57/200 MB

Candidate Block

Mining Attempt 5cf64414a37aef25ab161ea27ab2b4eb15cff0e35f76167545f731eef6a0a086
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 1b58e0c33bfe4ed24bb9234b1be58df40421ca4556bf2623b5fdde2c1930a81b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,497
Size: 1.00 vMB
Total Fees: 0.00736050 BTC
Feerates: 103.41 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (332,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.