Loading Tool

Explorer IconExplorer

Memory Pool

76,225 transactions
29.17 vMB
0.10507845 BTC
Random Selection Loading Transactions
Max Size: 172.47/200 MB

Candidate Block

Mining Attempt d5923a740744b13f165321233b28efba103f60e58d5c19d3334e716ee3e49f92
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 39a0c714845aae3c0923ce12eb4023a4f0d1d0c06dd64b9266c2f7ddabe31036
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,406
Size: 1.00 vMB
Total Fees: 0.04189869 BTC
Feerates: 201.37 > 4.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (223,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
691,043 691,043 000000000000000000006acad98239647029f3f39038b51bb13fd3351658835f 2,235 1.00/1.00 vMB 12
691,042 691,042 000000000000000000059acaf43ef21ca6732d41638b6aa0ae38ff82329e124a 2,893 1.00/1.00 vMB 15
691,041 691,041 0000000000000000000ad6735913adbecfb11faa1e46b3150d226f7cd59a28cf 2,934 1.00/1.00 vMB 5
691,040 691,040 000000000000000000093b9b22ee550f163a3f519196189e4453565158bc3485 2,089 1.00/1.00 vMB 29
691,039 691,039 00000000000000000010ef8c1afda6576c02bd3febbfbaaa7a8c10efbacda369 1,641 1.00/1.00 vMB 21
691,038 691,038 0000000000000000000373484fe7956a8eab073ff505c6af8bddca60e0cc87d5 1,667 1.00/1.00 vMB 25
691,037 691,037 0000000000000000001066c04a17b6eb97367d415ac42d128201b8bd957b0aab 2,771 1.00/1.00 vMB 11
691,036 691,036 00000000000000000002a450be5c3ef435abeeddeb57f9b05b387688c5b2705a 2,631 1.00/1.00 vMB 30
691,035 691,035 00000000000000000008e39619b9045422301de194b2be1f3cd3fd5ffa2dd475 2,683 1.00/1.00 vMB 47
691,034 691,034 0000000000000000000ecce4f364db5dc18952b79303f09aed7e1933c2a117e8 2,818 1.00/1.00 vMB 11
691,033 691,033 0000000000000000000481a6b4d8b5ed1e4921adccca059b41ed5e4170f6ca4d 2,776 1.00/1.00 vMB 43
691,032 691,032 00000000000000000002da04a8f220440f01552e96c82a099ffc5cbad290baee 2,947 1.00/1.00 vMB 19
691,031 691,031 0000000000000000000c0942e2c958b89d1f5e163bb8d13a47dbc0ad7d0a5a39 1,023 0.40/1.00 vMB 23
691,030 691,030 0000000000000000000c9848a9b9579ea9611161e1029107f370238a9c7396b9 841 0.56/1.00 vMB 12
691,029 691,029 00000000000000000005ef1af69926daa3bc5e616b8ffee0e4acb0f548e37f61 413 0.12/1.00 vMB 20
691,028 691,028 00000000000000000000a5d370d626d80e90078b907ed9550e66531126d841f4 581 0.53/1.00 vMB 4
691,027 691,027 00000000000000000009a3b17d529e8f59f07de3003235fb7a0fac9a6189cbde 1,161 1.00/1.00 vMB 20
691,026 691,026 00000000000000000011919b2e4845879788b292769785ecaaa9341e9ef10971 118 0.12/1.00 vMB 13
691,025 691,025 00000000000000000006c3a1191f0edd1db1cd6a5cbc15bae9e1b2bb8a4aa0a0 316 0.18/1.00 vMB 50
691,024 691,024 0000000000000000000e734dd19ff59c8eb2a02786c6c629bffb46f0e14280c5 901 0.25/1.00 vMB 25
691,023 691,023 0000000000000000000cdaa9b4edce0075c212784d3d45222af0d4c27b9955bb 2,869 0.92/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.91 GB
    • Received: 15.31 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.