Loading Tool

Explorer IconExplorer

Memory Pool

73,955 transactions
27.30 vMB
0.06393992 BTC
Random Selection Loading Transactions
Max Size: 166.88/200 MB

Candidate Block

Mining Attempt f8b2da3236e6f6775460ba82d18420a425875e898baa6bde4255b29e36c9ee12
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root a905b342b869988ef3711b7ed9d5978487093385b6f655089c23255b1e03a786
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,681
Size: 1.00 vMB
Total Fees: 0.00600213 BTC
Feerates: 50.27 > 0.60 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (286,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,873 628,873 0000000000000000000f6264d30df5e69156e08e8c6d9953579ecb214ef26e30 2,902 1.00/1.00 vMB 68
628,872 628,872 0000000000000000000e4fbbb560207eb57c5a85f20796cd3e84c568dca6d31c 2,189 1.00/1.00 vMB 73
628,871 628,871 0000000000000000000a4f4d68f12e436961d2ee1bb75740b7ce72898b02cf7c 1,945 1.00/1.00 vMB 12
628,870 628,870 00000000000000000003848e93f28a3fcb719f02408b07a3182c984292747867 1,977 1.00/1.00 vMB 28
628,869 628,869 0000000000000000000c2bb6ba4caf312a30f36c8a02fb513b9c945ed75fe036 2,574 1.00/1.00 vMB 76
628,868 628,868 00000000000000000005aa18de3d766ecfaa9619dc18f9c18d0744cc42b1758c 1,206 0.45/1.00 vMB 7
628,867 628,867 0000000000000000000bf78f16666df091f2b3b8983f4e1466370f0f19e7d5c2 2,669 1.00/1.00 vMB 44
628,866 628,866 00000000000000000009cf84ac2f56a453966997012dadad034ae25584bb8931 2,507 1.00/1.00 vMB 49
628,865 628,865 0000000000000000000be91a484c3941d84198d59d3dcc1ae8d47fd681fc8261 668 0.24/1.00 vMB 43
628,864 628,864 00000000000000000011221ad4b2e1135c03bfd9968146149df3663bb5adc9ee 1,980 0.88/1.00 vMB 44
628,863 628,863 0000000000000000000b23ef8890612ef8e5fd74d1f4bbfc4546dd2650864a5a 2,487 1.00/1.00 vMB 43
628,862 628,862 0000000000000000000016fc5a4c50f3718f526180f2d95ea985ef240c06d79e 2,139 0.88/1.00 vMB 36
628,861 628,861 000000000000000000004c088a4c0216afea9b60eebbccf82022ac69a42d6a9d 1,154 0.51/1.00 vMB 52
628,860 628,860 0000000000000000000d69b5965a38e0b9186a6752d9f2f11135f311e0dc03cd 2,342 0.97/1.00 vMB 15
628,859 628,859 0000000000000000000f7b7d68fc1bbe3535cc094e46ffb48118ba51b5808769 2,616 1.00/1.00 vMB 62
628,858 628,858 00000000000000000000ff9386e153bbd5686fa9d48f44502fc23177f3f576ae 365 0.12/1.00 vMB 52
628,857 628,857 00000000000000000004b4c7b95ed929c3deb793b39f090cdeba05f8b8d73e11 1,481 0.98/1.00 vMB 25
628,856 628,856 00000000000000000007100c34787326022b26e0d39a74d6a4c001d176539f2a 274 0.19/1.00 vMB 7
628,855 628,855 000000000000000000066eec407db3debbed490fb2731a0802349153f00d9040 2,573 1.00/1.00 vMB 44
628,854 628,854 0000000000000000000efe0a25f7e1bfad722f0212a776f3475b2bab0849aab1 1,011 0.98/1.00 vMB 3
628,853 628,853 000000000000000000056db50b80ce66418628f971ed6e5797512d395c7f69b6 1,465 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.84 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: 712.35 GB
    • Received: 17.17 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.