Loading Tool

Explorer IconExplorer

Memory Pool

79,374 transactions
30.12 vMB
0.08517015 BTC
Random Selection Loading Transactions
Max Size: 183.48/200 MB

Candidate Block

Mining Attempt 647d85fb5c7f376449762f06e12883f55411251141ffde68b2061e6f9ceee268
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root fe1cf2db5cb245a471aa46d5fbecc3ce3006113ef9e9d55a522103a4365a4ac4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,869
Size: 1.00 vMB
Total Fees: 0.01809770 BTC
Feerates: 300.83 > 1.81 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (29,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
886,046 886,046 000000000000000000023d1c35bc2c749e767cf0a0a5125f4fda6455b79734f3 2,639 1.00/1.00 vMB 4
886,045 886,045 00000000000000000000067ea6e5d0535bab411015a0023aeb30d287028bcb0b 3,141 1.00/1.00 vMB 6
886,044 886,044 00000000000000000000dde1e66e75df56fcff4b42f4466caee9cfeadfd6a7fe 3,073 1.00/1.00 vMB 4
886,043 886,043 000000000000000000010579b43e93cbc2fc1d71db6429fef8ef205ae94254b8 3,453 1.00/1.00 vMB 5
886,042 886,042 00000000000000000000b7920d8aba3fb4b1d6b50c6e9b718de302e727fea9b4 3,409 1.00/1.00 vMB 6
886,041 886,041 000000000000000000008dac6bfa313128244c9be5173ce0ba78c60353509d05 3,019 1.00/1.00 vMB 4
886,040 886,040 000000000000000000019b3df688119280b0200a260fd76b7473d176d66d78c2 2,787 1.00/1.00 vMB 4
886,039 886,039 0000000000000000000002fd27c7199db2a4efbb3b4cbd6d74c3ada2a16db14a 3,238 1.00/1.00 vMB 8
886,038 886,038 00000000000000000000aa1ba3774e10ed475caa617cab5bc12548177317b56e 3,601 1.00/1.00 vMB 7
886,037 886,037 000000000000000000014c3da17e0e8cc45fc6fcb17b9c798c74c1e6c7f4a4ed 3,459 1.00/1.00 vMB 7
886,036 886,036 00000000000000000001a9983e662a567774aaa649ad65a23b985b8e0dff01b6 4,190 1.00/1.00 vMB 7
886,035 886,035 000000000000000000006a96f7c529f93728f8bd49c90daee9d37f564426db45 3,591 1.00/1.00 vMB 8
886,034 886,034 000000000000000000000b334b6ea912ebc96505add2a4c7799aec32b0c17d4a 1,932 1.00/1.00 vMB 2
886,033 886,033 000000000000000000000f9f899cc405913f3cfa9c3bb3b7c36d126dde396325 2,393 1.00/1.00 vMB 5
886,032 886,032 00000000000000000001ec0059b2d61a15cdc211301d4e6ecce20fdaf9a7180c 3,518 1.00/1.00 vMB 5
886,031 886,031 00000000000000000000f9a7e9e559c5f13142de587522982044247c4c0ff9bb 3,433 1.00/1.00 vMB 8
886,030 886,030 000000000000000000021ca58a6a5cbb1dd3fb5bf24b954915cd2ff7d7fe57e2 1,970 1.00/1.00 vMB 1
886,029 886,029 00000000000000000001e68bb1026776697687bf9ea6d2653c1dffadfe33d377 1,976 1.00/1.00 vMB 2
886,028 886,028 000000000000000000024695100944a6bf15543e69fbaf3b3c53bafd5787fd54 3,347 1.00/1.00 vMB 6
886,027 886,027 000000000000000000005fa7a4728458ca5ee7ab9a21a98c3432a3da7233aafd 3,185 1.00/1.00 vMB 5
886,026 886,026 00000000000000000001b5237227b124393b548287d6743c285b68512aa8ed90 2,720 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.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.