Loading Tool

Explorer IconExplorer

Memory Pool

42,658 transactions
27.81 vMB
0.05750538 BTC
Random Selection Loading Transactions
Max Size: 146.64/200 MB

Candidate Block

Mining Attempt fa0e99a81868c467c8e07bd031e3f25232a65095d746e468bba39c07624d0647
Version 20000000
Previous Block 00000000000000000001df441194999cee64e33a9cb681f5d079c783db8bbb61
Merkle Root 97d09e30a3e37411cd0c32c2516ac8c30e7b8c676eed5ae2d3735f547217aac5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,127
Size: 1.00 vMB
Total Fees: 0.00534814 BTC
Feerates: 40.21 > 0.54 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,808 (292,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,874 621,874 000000000000000000065543aa60eca82aa7402aa3e9ccad3360ef77efaf68d7 2,093 1.00/1.00 vMB 67
621,873 621,873 00000000000000000009d6c99e322a7283538a7a2f6dc3ea2086ddb225264df8 2,865 1.00/1.00 vMB 85
621,872 621,872 0000000000000000000caa8ac386b7973356f6abc7a01544ddbceb62a156aaef 2,689 1.00/1.00 vMB 87
621,871 621,871 00000000000000000009e8a7244d9784a5d3714953df76dff5154b05f37bf537 3,146 1.00/1.00 vMB 51
621,870 621,870 0000000000000000000e0dbf62b5bf37b65331c666459faa280b4faa94c428cd 3,201 1.00/1.00 vMB 60
621,869 621,869 0000000000000000000528a6f3e6c706f1360fe6d35f3c0cedf384d3d179658b 3,267 1.00/1.00 vMB 63
621,868 621,868 00000000000000000006f938574249e3f763a2a708a83a1a46da384c81b6d4a6 2,904 1.00/1.00 vMB 69
621,867 621,867 0000000000000000000be689dc183b557b7bcd8ad0eda2fa5ec93159c708495c 2,202 1.00/1.00 vMB 100
621,866 621,866 0000000000000000000e6e07345459493faf8875c0ad94486e2e2d5b98625b1e 2,899 1.00/1.00 vMB 68
621,865 621,865 00000000000000000004afefe34f407ad55c686107ebf734c1f1e0054b625651 2,011 1.00/1.00 vMB 66
621,864 621,864 0000000000000000000be9029f957a4cdbcbf64e8d13e96d9735cbae93a38142 2,369 1.00/1.00 vMB 84
621,863 621,863 00000000000000000000b41e88eed7d41173100f355d9e308ece0237a0a78340 1,611 1.00/1.00 vMB 70
621,862 621,862 00000000000000000005af7bf95e5438475e34db62345ca3fc087781287e223a 2,506 1.00/1.00 vMB 69
621,861 621,861 000000000000000000015a081dfdaa55364e07d6e2795f108cabedc11c882e05 2,773 1.00/1.00 vMB 88
621,860 621,860 00000000000000000008c49243c5125cf330b78e64bfec6dd62229d9de1c404c 1,985 1.00/1.00 vMB 75
621,859 621,859 0000000000000000000275a8aaa54a4f4ea5079a1250741c0f384827f5ac9bbe 2,360 1.00/1.00 vMB 75
621,858 621,858 0000000000000000000dace73b808665c813a5e63fc5f378a7e0f28e19e49e45 3,044 1.00/1.00 vMB 70
621,857 621,857 00000000000000000000320ce3487360f83e24ca033dc0e6bb7a692549373c72 2,420 1.00/1.00 vMB 71
621,856 621,856 00000000000000000000f723fbee1baaf00d4e49800ea0108e1a6266f0415187 3,029 1.00/1.00 vMB 96
621,855 621,855 000000000000000000050dffb138f2b7c00b4ec54395eb0b7a445faa4e1ee640 2,931 1.00/1.00 vMB 91
621,854 621,854 0000000000000000000f6f3ac2a30216aae6f0fd00ffc7fd03465f48b12fd7cf 1,549 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.05 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: 650.78 GB
    • Received: 13.33 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.