Loading Tool

Explorer IconExplorer

Memory Pool

41,721 transactions
28.61 vMB
0.07030640 BTC
Random Selection Loading Transactions
Max Size: 146.24/200 MB

Candidate Block

Mining Attempt 638dd7cb2e950d39293fdd9b40e2224fc7b28ab7e492eba5c407b1e8313f68e2
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root c63c40e2170e61a1c5e9b6c5a816833435008e904a656d9a1a6f98d53bca2d16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,874
Size: 1.00 vMB
Total Fees: 0.01487937 BTC
Feerates: 104.56 > 1.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (66,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,657 847,657 000000000000000000020034847598990c3e79d13937874b3433e4f71adde8fb 4,339 1.00/1.00 vMB 30
847,656 847,656 000000000000000000008a31e0b1154f651dd95a5db72e5e00fbde1036eaedbb 3,232 1.00/1.00 vMB 32
847,655 847,655 0000000000000000000032025d36ab58d55d3b082e012b32fc8ab1eaa9bf584a 5,367 1.00/1.00 vMB 29
847,654 847,654 000000000000000000005e7ad965f03b2911c9b311345be27287aafc1b049ca1 4,351 1.00/1.00 vMB 27
847,653 847,653 00000000000000000002fc21a8db9a33d8a822082ba5f0ae5184b3f2f58575c8 4,396 1.00/1.00 vMB 33
847,652 847,652 00000000000000000001bc7863e214b4bcf57bda3329a3c3d640264a2451ac57 3,763 1.00/1.00 vMB 30
847,651 847,651 0000000000000000000259e06ca1ca1e62d31694a5e47c9790de848c150dc248 3,581 1.00/1.00 vMB 41
847,650 847,650 00000000000000000001af3a6dc73b12e9447740436bc4dcf85fa8b40aa22eb3 3,112 1.00/1.00 vMB 52
847,649 847,649 000000000000000000019a164bb7f55cd98012434ccf6647cbb25d3b46f248f8 3,505 1.00/1.00 vMB 27
847,648 847,648 00000000000000000000909ba1dbf9cbaf918e3834d2e7a895cda6b4621c0262 4,035 1.00/1.00 vMB 36
847,647 847,647 0000000000000000000292103fca5cbb73e963d1d08e3373254bce465f6e1b56 3,641 1.00/1.00 vMB 48
847,646 847,646 00000000000000000002c507bb38883e5acd37c4a6423f277aff0d00f5ea9f6b 3,236 1.00/1.00 vMB 68
847,645 847,645 0000000000000000000040c47670bc1ce4cbfd9949be13a74e0eb6d58e1640db 3,593 1.00/1.00 vMB 29
847,644 847,644 000000000000000000013194049288ecc9f0e385520d4878079675106610702c 5,359 1.00/1.00 vMB 35
847,643 847,643 00000000000000000000dd9f06777fe4618577b31794091142c54b89f5a246b2 6,341 1.00/1.00 vMB 45
847,642 847,642 00000000000000000001172e8af1b31aef7993c4f911f9b802febb6d1533f093 7,029 1.00/1.00 vMB 26
847,641 847,641 000000000000000000019388aee0e09e77cc2376af3dcf3efb9623013eaad670 7,133 1.00/1.00 vMB 25
847,640 847,640 000000000000000000017d7da10976e3fcb69c00e39b0cb114dc85f684e71841 3,866 1.00/1.00 vMB 34
847,639 847,639 000000000000000000014e53def56fbe308fa0e55166eb5932b2e35bb7bae4e9 4,725 1.00/1.00 vMB 26
847,638 847,638 000000000000000000010a566750a77aeaab6acd9e9b217d5d9969cf1cff52b8 5,945 1.00/1.00 vMB 25
847,637 847,637 0000000000000000000101ff6b2b145a9aed9f36cf9f68269ab193e575d3bf79 4,507 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 630.35 GB
    • Received: 12.02 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.