Loading Tool

Explorer IconExplorer

Memory Pool

75,875 transactions
28.70 vMB
0.06857183 BTC
Random Selection Loading Transactions
Max Size: 175.51/200 MB

Candidate Block

Mining Attempt a95ba0debf05357efa2d858b2de1f809a13f745d4e9cbe6762af0be25a5fa7fc
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 1f3efb9cbd5ced8eeb29a9c26e55ec6b01d522c862f0ba6f46235869d1c5d717
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,921
Size: 1.00 vMB
Total Fees: 0.00628174 BTC
Feerates: 77.76 > 0.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (286,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
628,852 628,852 00000000000000000006a2e1b69e17364913dfad5157937c00fad774c89f34dc 2,641 1.00/1.00 vMB 68
628,851 628,851 000000000000000000082e77903787828569215a2fcd4121e5db45f86822c1ea 1,348 1.00/1.00 vMB 25
628,850 628,850 00000000000000000007871a4b774676d81c2476e47a65584cb9281272945f29 2,368 1.00/1.00 vMB 38
628,849 628,849 0000000000000000000643c6282b268ee0f04dd1be956f4f39f20b97e9c2eb5b 2,018 1.00/1.00 vMB 62
628,848 628,848 0000000000000000000c43a894917fb9d8203912bf3899549b63eb762035bd6d 249 1.00/1.00 vMB 4
628,847 628,847 000000000000000000066ca36a99a1e7dfa656e0c2e5fda1b30713a8ea5916ba 317 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.82 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: 710.69 GB
    • Received: 17.08 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.