Loading Tool

Explorer IconExplorer

Memory Pool

71,491 transactions
27.69 vMB
0.05838713 BTC
Random Selection Loading Transactions
Max Size: 164.21/200 MB

Candidate Block

Mining Attempt fec87c9cb40038d3473df0da232c4ae203b14e99aaa0815e6b29850c8f3e2bca
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 2b999924433c1660c6c5bf9ba3d001611f33b828d0012f8f434d5583bd521c48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,105
Size: 1.00 vMB
Total Fees: 0.00313118 BTC
Feerates: 49.26 > 0.31 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (287,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,362 627,362 0000000000000000000a4ee9e8d45a31dd54da93333a1847ea1d1ae376294a5b 2,145 1.00/1.00 vMB 28
627,361 627,361 000000000000000000062cf55a343e791ef61abad6515fd53c5b52f2e6c4d8eb 1,811 1.00/1.00 vMB 29
627,360 627,360 0000000000000000000179397bec25e112a3e2e80236c13dacb696b0b4e28cf9 2,368 1.00/1.00 vMB 29
627,359 627,359 0000000000000000000187a306194ee979dd330d9e03795beec8ecbba810d4e3 2,657 1.00/1.00 vMB 32
627,358 627,358 000000000000000000094f3994dd4f76be4ba705701c7bc8f75676ba86a35d7b 2,183 1.00/1.00 vMB 33
627,357 627,357 0000000000000000000740dd556e5fe9a45291a6172bb06114caff56384bd8b4 3,123 1.00/1.00 vMB 33
627,356 627,356 0000000000000000000fd94ae322743298bba12020d26daf196ebacdff81e50b 2,994 1.00/1.00 vMB 48
627,355 627,355 0000000000000000000739a99506f335bd3557855a72d708d5024b9d3ae26d52 2,656 1.00/1.00 vMB 34
627,354 627,354 000000000000000000010b8b6fcffdad09dfa7535e37e33f63d50e5243830d63 2,713 1.00/1.00 vMB 36
627,353 627,353 0000000000000000000d86008c8c12c7857520759c29ee0691957695dd2a2749 2,898 1.00/1.00 vMB 34
627,352 627,352 00000000000000000011566c49eaf8f49f07430afe86b0df52404632d512911d 3,184 1.00/1.00 vMB 55
627,351 627,351 00000000000000000009522b23512f5b9eddeb33392efd1c77a258a6a54c68b8 2,570 1.00/1.00 vMB 32
627,350 627,350 0000000000000000000edb79e2c225376ca56cafa29c2ee3e1a3f490e965a02c 2,658 1.00/1.00 vMB 37
627,349 627,349 00000000000000000003df2a82984c05d4ace1a7748609d07c432f6e093166cd 3,062 1.00/1.00 vMB 50
627,348 627,348 0000000000000000000386574cf8fa97e83043bb72bb266f58233cedb36298f4 3,338 1.00/1.00 vMB 46
627,347 627,347 000000000000000000057b1a9759cf1e7e19f5879f4a792cc6f4ed8f00aefd11 802 1.00/1.00 vMB 91
627,346 627,346 00000000000000000006d97f111d25bccffeceb6bda2e12e7ef33188da8c5cfc 370 1.00/1.00 vMB 97
627,345 627,345 000000000000000000009fcf5edb06a2238a04c3c14daac283a82cf091938a01 1,649 1.00/1.00 vMB 62
627,344 627,344 0000000000000000000a97f75a32c0ef4aec6534d05aefc2e187116b635851cc 1,572 1.00/1.00 vMB 72
627,343 627,343 00000000000000000000601fd94b4bea51e7cd81ae2db17752bb0058dc9789e4 1,517 1.00/1.00 vMB 44
627,342 627,342 00000000000000000007b07de5e206a128790ae5917d032b35482fa49eb2d76c 1,971 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.