Loading Tool

Explorer IconExplorer

Memory Pool

76,241 transactions
28.42 vMB
0.06534864 BTC
Random Selection Loading Transactions
Max Size: 172.31/200 MB

Candidate Block

Mining Attempt 74e6421a9e7f6852d5422504ad6fe918a4bfe2fd51d363a20fc6444fb7655dfd
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 5ca8744c2f9c67b0e0383f2f91a9d858c0c93d47b684f5f2a99e8529ecb052c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,478
Size: 1.00 vMB
Total Fees: 0.00643803 BTC
Feerates: 71.79 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (544,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
370,256 370,256 000000000000000007628a7c3f3fa63b79663b5e1a6ad6019f6b12832f2ec481 468 0.23/1.00 vMB 36
370,255 370,255 0000000000000000128b4e13b4b320b95d2681de405620588633c63a0f323c37 955 0.51/1.00 vMB 34
370,254 370,254 000000000000000008ad84f098645b811357b51ce3586ee2d9de4cf8a0ba1e31 621 0.34/1.00 vMB 37
370,253 370,253 000000000000000009c1a56eb7a97dac19083ab4ff3ca87415d2cf8436efb32f 1,030 0.52/1.00 vMB 38
370,252 370,252 00000000000000000e3a6a9173a06ff87ac6841434d1eb43a2b78ac3d8dec258 1,302 0.63/1.00 vMB 42
370,251 370,251 00000000000000000fecfafe3090d59c76065acd3b49ccf7ed0c951085874186 187 0.09/1.00 vMB 35
370,250 370,250 000000000000000010f9843cbe1c586c012b6f6cddcc447e1792c0e5050ce0e3 101 0.05/1.00 vMB 51
370,249 370,249 000000000000000007a21e3fa0922804ec49867aee346314c7f6784a9057ca6f 1,215 0.57/1.00 vMB 40
370,248 370,248 00000000000000000d2322414a428fe52e5c3742cbfa2dd386c467ab24a0f54b 382 0.21/1.00 vMB 34
370,247 370,247 0000000000000000010043c821e1fe697b9bffdd7b09590efa2322a1ed10d39c 92 0.06/1.00 vMB 26
370,246 370,246 00000000000000001169f85d93366ad5b54700d3504b935def0120a30f0334d9 680 0.41/1.00 vMB 35
370,245 370,245 00000000000000000529c5e559b2d9036e2f5edca65fa2b52928f861378ccd03 853 0.40/1.00 vMB 42
370,244 370,244 0000000000000000048f6b1d867288d4b3dec85a3ac8100e23f28c9c70fdc668 155 0.24/1.00 vMB 12
370,243 370,243 00000000000000000ae3cc3733b6a7c8efd4042cc77a07d67a1e553dbaa0004d 655 0.31/1.00 vMB 41
370,242 370,242 00000000000000000ea1efe378343a18ece3169176ecd0b9079fc526fa46691c 891 0.73/1.00 vMB 19
370,241 370,241 00000000000000000e0dffa3e61777b75b7e193ebc0b2ef708bc0dc1f8977548 1,330 0.93/1.00 vMB 43
370,240 370,240 00000000000000000f6e64965ff9ed743309a8edb8a5a220c8bbc7f568cb122c 2,062 1.00/1.00 vMB 49
370,239 370,239 0000000000000000040045c4450090d0c66fa63498665e8eea91f72f5e52e34b 1,785 0.93/1.00 vMB 38
370,238 370,238 00000000000000001008de72d643bd67980b99f24efd793b84a38e6e30849c58 169 0.11/1.00 vMB 36
370,237 370,237 0000000000000000136140db07defdc6464214caf2e7eaff92b49698faf0fcf4 179 0.14/1.00 vMB 26
370,236 370,236 00000000000000000e4d81141b38d4e37740f1088f3271f4845a4caa261b4220 749 0.41/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.40 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.