Loading Tool

Explorer IconExplorer

Memory Pool

84,149 transactions
31.53 vMB
0.10297480 BTC
Random Selection Loading Transactions
Max Size: 193.37/200 MB

Candidate Block

Mining Attempt 6f93a18e658138b1b74345538adda1f03cf27adc767d93436e3ca7ad2b5286a8
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root bf74b48c419bce300e24a8a8a7d63128559f95b54d89e2600c54e85be9a377e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,212
Size: 1.00 vMB
Total Fees: 0.03020192 BTC
Feerates: 504.27 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (244,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,583 670,583 0000000000000000000388b0cc935978429608448b9a904525ef118fa49f9ec3 1,425 1.00/1.00 vMB 86
670,582 670,582 00000000000000000004d23c1757e85b0ba7270ead6cc9c9891f10a0bc49a0bd 2,868 1.00/1.00 vMB 142
670,581 670,581 000000000000000000010a406ad5d4db146e7aafeab0fcae1feec0ac0dd68146 2,757 1.00/1.00 vMB 117
670,580 670,580 00000000000000000009e0b532bf3ff388c9d7c4489b0bcf2631f75195609c57 1,963 1.00/1.00 vMB 132
670,579 670,579 00000000000000000006accd0142f913ad07ba7d4a7e28a3cd1b942d4b0ab303 420 1.00/1.00 vMB 12
670,578 670,578 00000000000000000006e80651c81d2921851c7cd66aefdc5b41feacacb20410 1,371 1.00/1.00 vMB 14
670,577 670,577 000000000000000000019eb1d1088c4e8a1bee849b8714332f00f9dfd965e11a 3,012 1.00/1.00 vMB 98
670,576 670,576 0000000000000000000bc0b5c138cbb10a86c97411dbb05e7a349fa582c32196 1,484 1.00/1.00 vMB 43
670,575 670,575 0000000000000000000b50ef91b564e3374c01cbda13a6c83b86d0c501f4bd84 2,203 1.00/1.00 vMB 60
670,574 670,574 0000000000000000000cfa0c512df50b053f90be63fb9ad53cfaaa5d65241f12 1,064 1.00/1.00 vMB 13
670,573 670,573 0000000000000000000b77d9c55bdcff930eba54863b7e367df0610f67190bb6 1,548 1.00/1.00 vMB 22
670,572 670,572 000000000000000000041bdcbb440872a367eb27718f6ebcf765aced33a26434 2,721 1.00/1.00 vMB 69
670,571 670,571 0000000000000000000958f2ba794b3e0fd9999d309825aff988c53ed5964aec 1,703 1.00/1.00 vMB 19
670,570 670,570 00000000000000000002ec1f7b3091fbe87262e5f6cd29b591b72b46a72954b4 2,259 1.00/1.00 vMB 48
670,569 670,569 00000000000000000000505032bcacc4f42087d8b6ee689bd91536a43e72a163 428 1.00/1.00 vMB 140
670,568 670,568 0000000000000000000cb4a6326862cef17968e96d96c1d3667f9cfcbec880ae 2,486 1.00/1.00 vMB 66
670,567 670,567 0000000000000000000666b4a0211a37650add0a672083a0efd5f97f6eeb3d9e 2,299 1.00/1.00 vMB 23
670,566 670,566 00000000000000000008d5dd944dc682e302949a364d4b8fb89841e1437a853d 2,422 1.00/1.00 vMB 45
670,565 670,565 0000000000000000000a680b1b6e59857e4b5d85d122cf26d132cec9f6f9fbd2 2,397 1.00/1.00 vMB 80
670,564 670,564 00000000000000000007cf474b091394e60847503ae18b02611fdfbab22d4fbb 2,801 1.00/1.00 vMB 166
670,563 670,563 00000000000000000005fa4e991289ad1cdbb1b24ffd7e2dbbdf5b235a6968df 2,661 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.