Loading Tool

Explorer IconExplorer

Memory Pool

73,528 transactions
27.23 vMB
0.06496650 BTC
Random Selection Loading Transactions
Max Size: 165.98/200 MB

Candidate Block

Mining Attempt 63c235841c9f07ff128b3ccfb54333523dba0a0ddb5d609951338d1227edeb23
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 043da303f8cfa115b0402bed2e4b5d0443108ba669545c2a0782d17018f9c803
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.00711956 BTC
Feerates: 61.00 > 0.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (259,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,694 655,694 000000000000000000090f843d34760dde4fffda64fb4d2cc1e582c125073b70 2,691 1.00/1.00 vMB 84
655,693 655,693 0000000000000000000040dc9c631cf15fdb04f760fda8484d6af2917a254e53 2,236 1.00/1.00 vMB 46
655,692 655,692 00000000000000000009f429352eaa5a4fc812b28df5bb168c389f6e560b9100 2,947 1.00/1.00 vMB 54
655,691 655,691 0000000000000000000402d6b5a19ec8821bc578ae24c543b54e562acc41d485 2,516 1.00/1.00 vMB 176
655,690 655,690 000000000000000000053567a86551ab0c11d21e22e129566a716cdb97919098 2,483 1.00/1.00 vMB 184
655,689 655,689 0000000000000000000341eea9fd5335362187209fa1590a272a8054f48bdf67 2,744 1.00/1.00 vMB 315
655,688 655,688 00000000000000000003b88e642d9ab08c189e373e8b7b510b5e148555819268 1,463 1.00/1.00 vMB 177
655,687 655,687 0000000000000000000e1052a63cb5bc596e16d771c3993fef5e8cc8ffcdbd38 2,785 1.00/1.00 vMB 74
655,686 655,686 00000000000000000007d3ad175e64a2fa2d8b0e47b24aeccf2287189e00eabc 2,637 1.00/1.00 vMB 258
655,685 655,685 0000000000000000000d6b708a9a571d586de41d6484e6fa2cebf00c9e141cde 2,841 1.00/1.00 vMB 151
655,684 655,684 0000000000000000000b7187cdd7339847c52eee6b5afaeee0763552ae3f9449 1,592 1.00/1.00 vMB 241
655,683 655,683 0000000000000000000e898b8dd7622688b9d2d8c41226aa57403acebd721896 2,550 1.00/1.00 vMB 232
655,682 655,682 00000000000000000007e70e7cc8787e2a87c731aca6b2de2802bd80db1cb3e4 2,857 1.00/1.00 vMB 326
655,681 655,681 000000000000000000003c610c18ead6f69b9c3e04784b7da0728ef4033b7141 1,986 1.00/1.00 vMB 98
655,680 655,680 0000000000000000000b5ce5359ab10316f39e8ad3c295aafecc54e72a67644a 2,173 1.00/1.00 vMB 101
655,679 655,679 0000000000000000000f7e0f88386122bc0ae61678e75be23ea3396b1aaecd1e 2,543 1.00/1.00 vMB 243
655,678 655,678 00000000000000000009a703ca7ef1f45d9e35b5ef76754dea865e355f6a5e50 2,036 1.00/1.00 vMB 310
655,677 655,677 0000000000000000000fcd9840e3c3afd2c2d7eb4a314523051906ff35e27d49 2,264 1.00/1.00 vMB 264
655,676 655,676 000000000000000000078c46f445ca33b533d5eb424e942c3ada6963cd454da1 2,805 1.00/1.00 vMB 153
655,675 655,675 0000000000000000000c6af3744623244c288404e7e10ccda69a013f4f4134c3 1,107 1.00/1.00 vMB 243
655,674 655,674 0000000000000000000e4098c9037ecc439f969b205da6775d149867f8f2059c 2,827 1.00/1.00 vMB 291
Previous 10 blocks ↓
Total Size: 782.94 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: 714.91 GB
    • Received: 17.62 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.