Loading Tool

Explorer IconExplorer

Memory Pool

51,343 transactions
30.56 vMB
0.13557625 BTC
Random Selection Loading Transactions
Max Size: 163.00/200 MB

Candidate Block

Mining Attempt cba0c8a118340f617587aa8100ff26be7d4f3908463ea8aae46a8610c52ec95a
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root ed0d8fbc75156a5fa3fd313e4d4d746d6e4c4bb5f16ed3da6874eba3c3247324
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,972
Size: 1.00 vMB
Total Fees: 0.05361383 BTC
Feerates: 179.69 > 5.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (278,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,513 636,513 000000000000000000033b8af5c9e20ec3322bfe83f5b7c8a1aa5be8ce37aafb 2,272 0.75/1.00 vMB 4
636,512 636,512 0000000000000000000539401dab54847e4b3d8bd1a21509233bec6dfb12a97f 2,717 1.00/1.00 vMB 26
636,511 636,511 0000000000000000000d67f36ffa64ad78c6a376eec67fe25c36f450084121c2 1,993 1.00/1.00 vMB 33
636,510 636,510 000000000000000000103654beb5ff6322d86245f2d814a6b5cc691bda1ae673 1,320 0.50/1.00 vMB 22
636,509 636,509 00000000000000000009d1c407f284390de010df7cc894e198a77a89811af230 2,121 0.70/1.00 vMB 13
636,508 636,508 0000000000000000000069b7f8d5bafc204c94ec0b37b713e6845345496d5a6c 2,222 1.00/1.00 vMB 22
636,507 636,507 000000000000000000055533785fc19d9f19376d5135368a456194679c1af7af 704 1.00/1.00 vMB 37
636,506 636,506 0000000000000000000774d5f494c2a7b797ac966880a7b34ab24daf5df20e13 1,562 0.56/1.00 vMB 11
636,505 636,505 0000000000000000000b8ca8d13dfb478d660f39b15c546a14e9ceb25f2d5e98 3,004 1.00/1.00 vMB 15
636,504 636,504 000000000000000000075b9269ff5234c7b3f52b4ae374135d6b1e6bcdbac92b 3,028 1.00/1.00 vMB 22
636,503 636,503 00000000000000000003cfce6ffd152bc7ccedb9004b6057d11d6b58da450571 2,776 1.00/1.00 vMB 37
636,502 636,502 00000000000000000000f726388e13a9e305f9603edbde6aee71fcd2cf06b3e8 78 0.03/1.00 vMB 21
636,501 636,501 0000000000000000000038f21908374f935e0ff826c7ab3efcf0bae4c7b70533 883 0.29/1.00 vMB 20
636,500 636,500 00000000000000000005fc4d76d81c8ec0a943507ebe35307d9968a7e7ced6b0 265 0.08/1.00 vMB 21
636,499 636,499 0000000000000000000ecaa61776137bbb377c00d36432ea4ce151bc10d02f15 1,279 0.41/1.00 vMB 20
636,498 636,498 0000000000000000000c156c0a52c2507d39e7f71a0d15867425790c4df1e600 1,440 0.46/1.00 vMB 13
636,497 636,497 0000000000000000000f7b65b440faab17c3799cfe536d3bcfda7a7e87a161c3 1,572 1.00/1.00 vMB 26
636,496 636,496 000000000000000000061815947cc8545edf8ff4fa73353910f88c42a01446c8 659 0.22/1.00 vMB 25
636,495 636,495 00000000000000000006ebf2d1c718740be86541c2da95a73fa79cb5f5e86c1b 1,914 0.89/1.00 vMB 18
636,494 636,494 000000000000000000044add955eb9e087c52d79e61f321a48d4fef923755d3c 2,966 1.00/1.00 vMB 24
636,493 636,493 0000000000000000000d37d4150d5506ebcba4e82a5795920bc159d43b9aa1dd 1,235 0.47/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.11 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: 652.03 GB
    • Received: 13.70 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.