Loading Tool

Explorer IconExplorer

Memory Pool

78,374 transactions
29.44 vMB
0.06726082 BTC
Random Selection Loading Transactions
Max Size: 176.75/200 MB

Candidate Block

Mining Attempt efe7d3b36c4efb8943db484ff80fd19ed2837dc6eb9cfc4ea5200fd859ea9a98
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 549a888093c78127005d256fa2c4ec93deb6a0a126035d228a5dade2ce9cc264
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,640
Size: 1.00 vMB
Total Fees: 0.00754819 BTC
Feerates: 180.34 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (330,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,031 584,031 0000000000000000001b56e520283fa0d1ec46e429ae27fae5fc5932c74b4e93 2,228 1.00/1.00 vMB 37
584,030 584,030 000000000000000000158a427b741d05563d75bd9997b67bc1c08030f4df9bb8 1,270 1.00/1.00 vMB 6
584,029 584,029 00000000000000000019d07c98fc508ca44f92ea640defa94f77b1fde7c6f906 1,563 1.00/1.00 vMB 6
584,028 584,028 00000000000000000020f6e1418b845b42738c8b02d7755baed99a8cdf35362b 1,950 1.00/1.00 vMB 17
584,027 584,027 0000000000000000001c77053a9e568d5f3f7ac99ce2079604396ab5c23b47ab 2,273 1.00/1.00 vMB 20
584,026 584,026 000000000000000000191618862b920826b2087e6196be916421b79d07832102 2,981 1.00/1.00 vMB 70
584,025 584,025 0000000000000000000234e270b3fa6de63caad8a319731db5643ddb16b80cdf 1,421 1.00/1.00 vMB 24
584,024 584,024 0000000000000000000f5f07143f27ae57f7158097b9d637000f852d4f5c45f8 2,287 1.00/1.00 vMB 64
584,023 584,023 000000000000000000073168cf7fd3bada29813318c2db381430a87eca57949e 2,752 1.00/1.00 vMB 53
584,022 584,022 0000000000000000001ccfee5ff71ee7e331a7bf8dea7a4a4db5da2fbd1da9da 2,483 1.00/1.00 vMB 38
584,021 584,021 00000000000000000018c6bc1a857d1aec60034ae7b8eb81ac2ae6081d6b790d 1,434 1.00/1.00 vMB 22
584,020 584,020 00000000000000000003084252d3f3a1ae259eed91a4f5086834d46956e96670 1,754 1.00/1.00 vMB 38
584,019 584,019 0000000000000000000af3424a0b030c08d9a12505b330a21d29e851d529d872 1,114 1.00/1.00 vMB 17
584,018 584,018 000000000000000000076871d7f53931d20f937cd1f97d43a362099a80ce01eb 2,055 1.00/1.00 vMB 10
584,017 584,017 00000000000000000010b72d000369fcad603f05e92a2ad325db6c6a5f177fb1 2,182 1.00/1.00 vMB 32
584,016 584,016 00000000000000000015a20c44dfc3e76e4d6ed118df126be92252d6edc79861 2,177 1.00/1.00 vMB 44
584,015 584,015 0000000000000000000283c793cca901841286f7ea3ee1c8204247c46211f65a 1,714 1.00/1.00 vMB 20
584,014 584,014 0000000000000000001f37f6253fd087c04467c8a0301d73d8ac4cb4d97c4c44 2,155 1.00/1.00 vMB 56
584,013 584,013 00000000000000000006452f27a1ef5d785a6d959e9a4d384e89f8caa3a328f0 1,922 1.00/1.00 vMB 54
584,012 584,012 0000000000000000000d3d341a41b9791d71644c413220e9605e2f96dd3698e3 2,920 1.00/1.00 vMB 78
584,011 584,011 000000000000000000127545eff56d9c3d0831f2ea5915c9af9211627c580f3a 1,383 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.43 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: 665.48 GB
    • Received: 15.14 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.