Loading Tool

Explorer IconExplorer

Memory Pool

76,077 transactions
28.42 vMB
0.06730165 BTC
Random Selection Loading Transactions
Max Size: 172.14/200 MB

Candidate Block

Mining Attempt 47e8e4c2b6e53b8d1ab327f9a4b80b34bc02fca8cabbe2edf229ddf4ebd92836
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 046f48a8686b9c147d8fa4ee5a7015bb624bd15c992b518ee5694eac15eb1e79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,324
Size: 1.00 vMB
Total Fees: 0.00843405 BTC
Feerates: 101.00 > 0.85 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (601,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
313,319 313,319 00000000000000002d67b8d90be01f66f334bb208ca9f527ea019408e367fd6f 245 0.14/1.00 vMB 26
313,318 313,318 000000000000000034b9b5f8ff041d1f6c9136b1867ba63a789f67861ddd881f 123 0.07/1.00 vMB 24
313,317 313,317 00000000000000000d9aace5b697723b54f2686dc7b8a58bd0a59c3fd21aae96 541 0.33/1.00 vMB 27
313,316 313,316 000000000000000006d0abde1d9a6a8c0ae0462a847832a495b00b290d6d51b0 34 0.03/1.00 vMB 4
313,315 313,315 0000000000000000390e149affd0945cc2d2a1774d3edfb88f28a1742388c0b2 140 0.11/1.00 vMB 23
313,314 313,314 00000000000000002ea22914c8ed86a00c7c3899b3c6c5334e08fc601ed2a097 444 0.20/1.00 vMB 27
313,313 313,313 000000000000000020c314e2f70b4883db33ef04798b2f1f430fccbeb68c2033 184 0.08/1.00 vMB 25
313,312 313,312 00000000000000003a1901083da7cd9cfdd996d8e87a716df2b54b2e0e02980f 384 0.24/1.00 vMB 26
313,311 313,311 00000000000000000a196f5ccd72d6b15549d79a3c5ddcd3753e06a11b3016ae 523 0.52/1.00 vMB 17
313,310 313,310 00000000000000002aeb54830d39a7c3c0dceccd49ba120a8cca5edd403513de 847 0.35/1.00 vMB 64
313,309 313,309 00000000000000002064aa4a9a4c85f83e3935e57d5495c8ca683068e08349a1 512 0.19/1.00 vMB 37
313,308 313,308 00000000000000000614a609b44d6f9d19e9b4b23883a06d9e571a13a55912dc 1,133 0.73/1.00 vMB 25
313,307 313,307 0000000000000000054b12a50c1b9dee431e301a4fe6bd28907d33327a1525be 575 0.33/1.00 vMB 27
313,306 313,306 000000000000000005466e9c2de85420e7a264296f0daddade675deaff92c60a 536 0.37/1.00 vMB 23
313,305 313,305 0000000000000000373f0db107fb8f2c370d5ce094f2bd4cc459afb2dd2b0abd 144 0.09/1.00 vMB 25
313,304 313,304 0000000000000000116eb6cabd73df120fea4d42e1d88bad97d950d912a56842 153 0.08/1.00 vMB 25
313,303 313,303 0000000000000000396ea209f9a46874d13364b7f8a328f7a3251d92a0d79a39 110 0.19/1.00 vMB 12
313,302 313,302 000000000000000012d80b54aba63fbed05e3b167d3f84618801d64d48fd6c30 223 0.21/1.00 vMB 19
313,301 313,301 00000000000000000de9a3e46b06b2d10cada8bfe4d77062a32765da7629dd75 374 0.42/1.00 vMB 17
313,300 313,300 000000000000000008fc7d945b624eebe76c72e9dabb50470b2ec334b4cca219 973 0.35/1.00 vMB 39
313,299 313,299 00000000000000002d333a85b2a3bdfe39d0cb6baa51a5a474391d2838cfa83a 360 0.20/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.10 GB
    • Received: 16.39 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.