Loading Tool

Explorer IconExplorer

Memory Pool

38,809 transactions
27.37 vMB
0.06520079 BTC
Random Selection Loading Transactions
Max Size: 139.55/200 MB

Candidate Block

Mining Attempt 496d409090acd456d5c339f766bccfb2eb2fe80d22ff5abd8d2fe01806a0c1b9
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root 58d674bba8959341c47fb4180b15373c2c04d0ed07e1dd9dc71784daec7244fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,588
Size: 1.00 vMB
Total Fees: 0.01338054 BTC
Feerates: 100.56 > 1.34 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (204,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
710,066 710,066 000000000000000000044a880e54cd2e1900d2208e991322bd7e86c0ed8835df 319 0.12/1.00 vMB 7
710,065 710,065 000000000000000000046fb54c6cc7fca0b7fb6b29b22697ec731b1f3f38a94e 2,406 1.00/1.00 vMB 7
710,064 710,064 0000000000000000000aeab6dc816cf445a8db091aa5dcb301ed35edcec8ae15 1,633 1.00/1.00 vMB 7
710,063 710,063 0000000000000000000877b7c53b89036f1996b3bbad94ae72e9dc3f43de5fce 2,768 1.00/1.00 vMB 15
710,062 710,062 00000000000000000001e6b0195125216040d2d47ba99c37e65e3de7dc11bb9b 2,487 0.81/1.00 vMB 11
710,061 710,061 00000000000000000009f38105f6e07479b171669211269985c9cbc031fbf8ba 2,004 0.90/1.00 vMB 6
710,060 710,060 00000000000000000006e3f96b55f734815e522900f9d01dcaacb24fe5d95408 851 1.00/1.00 vMB 3
710,059 710,059 000000000000000000034bdb463bbeb6281756ba9bea44545d0a178f45d756ab 2,486 1.00/1.00 vMB 14
710,058 710,058 0000000000000000000709234e783e2ba6f7f8b730a6d97ded41d5781ebace0d 783 1.00/1.00 vMB 5
710,057 710,057 00000000000000000006e8b14309417858cbc3f23be3a8e85718259212c6c225 1,817 1.00/1.00 vMB 11
710,056 710,056 00000000000000000001dcc8cec8735ff1c1755aacac747c6f0f6cdfe63ff805 2,477 1.00/1.00 vMB 5
710,055 710,055 0000000000000000000b2acd76b85870fca702d82aa7981f1157c0eafc2304e2 1,886 1.00/1.00 vMB 11
710,054 710,054 0000000000000000000bd16ab3b7b3a18811914a6c128b7a03b08292a6dfe282 2,527 1.00/1.00 vMB 10
710,053 710,053 000000000000000000092e1212d1fc7bd44749244a0895d5dce18844ca6545df 3,131 1.00/1.00 vMB 19
710,052 710,052 000000000000000000001f90676b5260be090ec9c1eb8b0b9308b651e6a6608d 2,521 0.81/1.00 vMB 10
710,051 710,051 00000000000000000000c9d73b71e3eb74f4ad85f8f1211d9466470b5fa411b2 925 0.41/1.00 vMB 3
710,050 710,050 00000000000000000008734e0a7da25386955c1ae92f64eb7a67a1323caa56ef 2,366 1.00/1.00 vMB 6
710,049 710,049 0000000000000000000a0150322fc26892fdc8ab4f2d33f0e52db9fc65b44f10 2,441 1.00/1.00 vMB 16
710,048 710,048 000000000000000000013644b4007cf5e14209c38d031afc3b9eac66ae58bbc7 449 0.15/1.00 vMB 8
710,047 710,047 0000000000000000000724562ddcf905e3f6b2aac26367c450ee979d9ec8c350 1,778 0.63/1.00 vMB 7
710,046 710,046 0000000000000000000c52a3d055b124a49d34b657eca4afd3159e7cdb22007a 2,257 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.75 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: 630.90 GB
    • Received: 12.05 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.