Loading Tool

Explorer IconExplorer

Memory Pool

73,942 transactions
28.52 vMB
0.07183706 BTC
Random Selection Loading Transactions
Max Size: 169.04/200 MB

Candidate Block

Mining Attempt 7bba6623bc7751d723752c49b324da31a2e36a6d2d8160f316f49811faefea0a
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 289b3b97b01998185b91e650c3d9d2c14078be22460c5c82b8bff240ce93ee27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,636
Size: 1.00 vMB
Total Fees: 0.01462423 BTC
Feerates: 250.89 > 1.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (363,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,755 551,755 000000000000000000292759bebe148d46175a7ec9f346641af75aed855e61cf 2,582 1.00/1.00 vMB 24
551,754 551,754 00000000000000000023c2bf6e10384b245b67944e9265cc68ed2735073eff6b 2,468 1.00/1.00 vMB 29
551,753 551,753 0000000000000000002677abea00769cbd45274d90a5548b5acabe3a10829aab 701 0.34/1.00 vMB 35
551,752 551,752 0000000000000000001f338d7b155c7e3c30de274e17bc7bca4c35f660788ce4 600 1.00/1.00 vMB 2
551,751 551,751 0000000000000000000b913d2c1170dd08b9a3879e646d1f2fe4709e5dc27940 1,104 1.00/1.00 vMB 9
551,750 551,750 0000000000000000000d8ceb3e0ad7f1b689c261e8b4bbb9cc9746e0396d2a23 3,108 1.00/1.00 vMB 38
551,749 551,749 00000000000000000026520f0dd45c17a95c861a9978383ee40e9b37862bc4c1 2,708 1.00/1.00 vMB 37
551,748 551,748 0000000000000000000684a5664546d33f3ef524be74dc664735f0bf410306b1 2,202 1.00/1.00 vMB 44
551,747 551,747 00000000000000000000a2070f68d13ecc3bb94a7438ba6f7d119a738b525701 3 0.00/1.00 vMB 33
551,746 551,746 0000000000000000000ef1451a1301e2553886de54c44aa805648cc0c1bb1b68 1,303 1.00/1.00 vMB 14
551,745 551,745 0000000000000000000d612be41163b3a03b5f8186853c72d90678ba3812b13e 2,801 1.00/1.00 vMB 9
551,744 551,744 0000000000000000001c9d3cf6c2c1d763238dc2160eb6c16e293db1eccecaa8 2,870 1.00/1.00 vMB 33
551,743 551,743 00000000000000000028fe941e10e18ac7717fa7eb6422fe7dc8a458b660626a 3,048 1.00/1.00 vMB 58
551,742 551,742 00000000000000000017034d89a7280570609f36ba036b55ee6f9185cdcdbad5 136 1.00/1.00 vMB 1
551,741 551,741 00000000000000000015fd0549388e11ca497ae228f98fd6f466660e611e6c0e 1,583 1.00/1.00 vMB 12
551,740 551,740 0000000000000000001e4579a96dc270ccd3c189e8a1707c0055a453dd4d5883 2,343 1.00/1.00 vMB 16
551,739 551,739 0000000000000000000fe3e3de22d7e9ba96b3d9ee4fa80a4b0f155c72b15b6c 1,713 1.00/1.00 vMB 7
551,738 551,738 0000000000000000000cefeadad7f9d2e01521c20e0a05f9faedd82bd41625a1 1,723 1.00/1.00 vMB 22
551,737 551,737 000000000000000000090d7eea4b5a7544b9d53af5f92b989ad70836ba3f6226 2,815 1.00/1.00 vMB 21
551,736 551,736 0000000000000000000b7bb1dd0528e4709c120021a0e0d7b0ba23bd2a71c9fb 2,739 1.00/1.00 vMB 73
551,735 551,735 00000000000000000014faf0731e3cd87fd69fe4e68ccb051eadee98e3cd4656 1,980 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.