Loading Tool

Explorer IconExplorer

Memory Pool

78,985 transactions
29.94 vMB
0.07453254 BTC
Random Selection Loading Transactions
Max Size: 182.92/200 MB

Candidate Block

Mining Attempt 1f66ae45b748669db6c07e2d7b4a7b59da0406bc388e9804f3d0876904d67d23
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 78e3cb0d40841aedf6fd2dbf239e75481b617e84f784694689a0e3dae5e66b04
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,077
Size: 1.00 vMB
Total Fees: 0.00810761 BTC
Feerates: 18.60 > 0.81 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (467,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,013 448,013 00000000000000000199ab77be66156fc040aff2e49931a7eafbbadbe7217f31 2,334 1.00/1.00 vMB 67
448,012 448,012 00000000000000000188ccbdab468c5333091a69446c4390b6ba5129331f3f79 2,115 1.00/1.00 vMB 91
448,011 448,011 00000000000000000042f4e6eccb0446196fb9d30f825c1eb3a23bde673e92d4 2,184 1.00/1.00 vMB 112
448,010 448,010 00000000000000000175ec63cc41597fe469ac08fee8ceca127c79c21814782f 2,785 1.00/1.00 vMB 106
448,009 448,009 0000000000000000024339c295b0b489406a67dd1220f8e59793bae474dbf3d0 1,871 1.00/1.00 vMB 61
448,008 448,008 000000000000000002d0dc5582fdd5c3b2e06f6a6e74645192953da64b3e9fb9 2,641 1.00/1.00 vMB 69
448,007 448,007 0000000000000000010491c5b5071f64aa2c2fd948fdc13ecea9a43e0c3a8bb2 1,967 1.00/1.00 vMB 70
448,006 448,006 00000000000000000153cb5b008df8528fdff986832e4d3c27648093a4cfe242 2,152 1.00/1.00 vMB 96
448,005 448,005 00000000000000000238f31d82a0d2cb3a15b8b9f3dcf671bc578546d7dab0de 2,864 1.00/1.00 vMB 107
448,004 448,004 000000000000000001d7aaeca562b16f243d43140a1c6a02d50d94bd702e2df7 2,361 1.00/1.00 vMB 67
448,003 448,003 000000000000000001d9a4be9ce4bf00d96e02bc056669e6c440e62445a3f975 2,303 1.00/1.00 vMB 81
448,002 448,002 0000000000000000007ddfe4178413681889709126457c0e76b9a62e43111b8f 3,225 1.00/1.00 vMB 111
448,001 448,001 000000000000000000513b8ac5550d717b923b2d687289f006a5064acc02e16a 2,941 1.00/1.00 vMB 81
448,000 448,000 000000000000000001e99659e176e20877dd37c6b257e17b2bdd2090ff7d01a6 2,535 1.00/1.00 vMB 69
447,999 447,999 0000000000000000020d14ca79906cb55ac349268b0906109e1401cb4a486b8c 2,556 1.00/1.00 vMB 97
447,998 447,998 0000000000000000019c8047ffa919524d1942f07fc4366e9558be855ccb6367 2,729 1.00/1.00 vMB 90
447,997 447,997 0000000000000000022b93deac2fe14d39cd3a1157bdb8f4755a2af3acd0ef1f 1,770 1.00/1.00 vMB 71
447,996 447,996 0000000000000000005c837bab0ca9cd30f5e9b4715b6f791bc83ec976f3e937 2,735 1.00/1.00 vMB 118
447,995 447,995 00000000000000000003b2ca9823ba87c6e1d35b17712e55f0c867195faf6b40 1,975 1.00/1.00 vMB 71
447,994 447,994 0000000000000000012d39dd94013b47485e708ce563fa36408755a7b2f553cb 2,859 1.00/1.00 vMB 104
447,993 447,993 0000000000000000023ae016f87c04623937b18add7f1fc9b8e92db156a00514 1,830 1.00/1.00 vMB 66
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.88 GB
    • Received: 18.29 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.