Loading Tool

Explorer IconExplorer

Memory Pool

50,623 transactions
30.73 vMB
0.15155748 BTC
Random Selection Loading Transactions
Max Size: 164.54/200 MB

Candidate Block

Mining Attempt 39cda692c82968b96575affdf892da0f66addff53a95748aaa666a7123653f90
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 754062a5950ba36bff9e296264f5b73965a1f785a59a3d6bde3c6f7a1b4f16a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,742
Size: 1.00 vMB
Total Fees: 0.07827962 BTC
Feerates: 115.11 > 7.84 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (546,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
368,013 368,013 000000000000000011b3622d5ad0d4330b2b622800f775b54d77d67d7f735135 511 0.75/1.00 vMB 21
368,012 368,012 000000000000000014fadfe2725133c4324e8ee82d80df0b564acbadb0c8d474 697 0.81/1.00 vMB 12
368,011 368,011 00000000000000000c2b3b84724c81cff182f5fa3515725f9a9239c4878ce0cb 1,295 0.95/1.00 vMB 36
368,010 368,010 00000000000000000f9029c105207be7621f4c51748b8c453bf83951c3fb1334 1,450 1.00/1.00 vMB 35
368,009 368,009 0000000000000000111368e2338d69a79c4ddfd1384fde36fe5da3ce7b0b7849 1,034 0.68/1.00 vMB 21
368,008 368,008 0000000000000000036ab8597df4c8daec8d92c533d425678af5743e1c72c56b 1,003 0.78/1.00 vMB 18
368,007 368,007 000000000000000013097f9acb8a4a2d25d1fe9de1b35d8a282a8aea061fac95 524 0.79/1.00 vMB 21
368,006 368,006 00000000000000000651f8f3aa9111c1b9d3dc2cf1f6eb315a9bfd18cb246633 483 0.75/1.00 vMB 20
368,005 368,005 0000000000000000118b1fca750ef1c5ba1fe308d6ca4d3b9779e3f084b2c5b7 814 0.75/1.00 vMB 28
368,004 368,004 0000000000000000129b9d02336fd41988141c0f45e2de671e7f3c82f5152597 557 0.84/1.00 vMB 22
368,003 368,003 000000000000000013ec2b054ec00a870e30257e3ad3fe6b1e0824e6c359d459 241 0.37/1.00 vMB 14
368,002 368,002 00000000000000000d4ec126daa023a2aeee798ef077a55476930e70f7c6c4eb 1,258 1.00/1.00 vMB 31
368,001 368,001 0000000000000000125427dedb152b12f85f1158054c6239b68169177e2155b9 1,194 0.95/1.00 vMB 32
368,000 368,000 00000000000000000d39970aac12754eb89c2dcfda539b65562e5c3fec102c24 333 0.21/1.00 vMB 44
367,999 367,999 000000000000000002ecfae4a265896540387ced21d752995cd9cf5aa455a31a 1,877 0.91/1.00 vMB 63
367,998 367,998 00000000000000000ab5f74527cb9618e83221e4905806df6c03a0f736b4e78a 519 0.25/1.00 vMB 49
367,997 367,997 0000000000000000112eb2a0458015e08d32e1dc2488baf15959d7f837878e0b 711 0.89/1.00 vMB 24
367,996 367,996 000000000000000012307e5a04f8a72f5f5bb3a4e17085741892f7d2d45e68f7 311 0.25/1.00 vMB 32
367,995 367,995 00000000000000000af3419b6dc49c62441c47672bbb63f692cc841dbd8e9a84 643 0.47/1.00 vMB 30
367,994 367,994 00000000000000000ebd67c8f83fd8f7e7cf5f320e7a39fb4c7f2eaabf29064a 1,114 0.85/1.00 vMB 36
367,993 367,993 000000000000000012bff129114e11d4ad3afba8d1b60695bf3fbed146db7f58 1,396 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.53 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.