Loading Tool

Explorer IconExplorer

Memory Pool

88,785 transactions
32.49 vMB
0.17992035 BTC
Random Selection Loading Transactions
Max Size: 196.49/200 MB

Candidate Block

Mining Attempt bd2372f4c41bd944c04594717a70540dc5cbbdc7a0fe6da22b22452233491d51
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 3d66ff868632cc9e584979e4a812f0a4f48249d7c2ef2858401c621d1c057dec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,871
Size: 1.00 vMB
Total Fees: 0.08749070 BTC
Feerates: 216.64 > 8.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (809,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,020 106,020 000000000001dc03146be2a8c4ef010ff55c6a98501d3f12962d60133f10fedc 1 0.00/1.00 vMB 0
106,019 106,019 0000000000021867a8d8d093f5986e20efbdefee912e1f6ab150549dab5e532c 4 0.00/1.00 vMB 0
106,018 106,018 000000000002bb820d8886ba9c8c661f9272fd022a4441fd57ccaf714e6b08ca 8 0.00/1.00 vMB 0
106,017 106,017 000000000001f8a89bc05ba0b9341ce1a1cf955d7895510caed8091414c19434 8 0.00/1.00 vMB 0
106,016 106,016 00000000000086470fb42680720ec190f60fae2bc0d848f6b6bec99b9e18a0d8 8 0.00/1.00 vMB 0
106,015 106,015 0000000000002244569138df8a02263cc90e2e99321a5d122b779af5713bd4d0 6 0.00/1.00 vMB 0
106,014 106,014 00000000000171e38e50816a199b70e3a686a8dc5e5eb7108c8ffde45d20db55 11 0.00/1.00 vMB 0
106,013 106,013 0000000000018e89210b4f33937f3dfdb54076ce18d42d22bfd19b4f86858541 30 0.01/1.00 vMB 0
106,012 106,012 00000000000164e5b2ce5006574c1e9ae5c90df5b4c39e24e941c0fbf5878923 4 0.00/1.00 vMB 0
106,011 106,011 000000000001d8d76cc4adc0058c087720897ed3531e737950e2921c7cf4bd5a 4 0.00/1.00 vMB 0
106,010 106,010 0000000000023f8b8a9c61885c82d91e5ba83bd923f2b90d699570b2fbdb1431 5 0.00/1.00 vMB 0
106,009 106,009 0000000000024dad410ad22e4292a972f772cfdd221a6375b04b4b4968290c6a 1 0.00/1.00 vMB 0
106,008 106,008 000000000001f0bf83e9d294d53fa9a3f3f37c7609057661bf8e5c5db277f04c 1 0.00/1.00 vMB 0
106,007 106,007 0000000000028b7074e5f1e795a5e324a4e7df75fc5d047b7d53e27fd49ab5f6 1 0.00/1.00 vMB 0
106,006 106,006 0000000000010caf8cf1e6936a559643b33e3f391da5e50c5597d4317dea5d3a 4 0.00/1.00 vMB 0
106,005 106,005 000000000000125bac14099641e3c9223099aa25200e0b6404773f79d9caf184 2 0.00/1.00 vMB 1,623
106,004 106,004 00000000000148bb38c19d152099b845a463cee5bb28f71da49b8725de7fff71 6 0.00/1.00 vMB 1,396
106,003 106,003 000000000002379bf48cb4a15a182acf7349515b1cef068ae38445c2f88eb04a 1 0.00/1.00 vMB 0
106,002 106,002 000000000001df4d18b2157425c428b38670a4aa3f1a6227f0513eb1b1f87f05 1 0.00/1.00 vMB 0
106,001 106,001 0000000000009c097e197c7b517d36483026639676b01c14fcd681721721d300 5 0.00/1.00 vMB 0
106,000 106,000 00000000000058d919f52d255f394ed0aa3a344432676fd30f1aab4e10c22fad 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.52 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: 668.94 GB
    • Received: 15.65 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.