Loading Tool

Explorer IconExplorer

Memory Pool

73,380 transactions
27.16 vMB
0.06187309 BTC
Random Selection Loading Transactions
Max Size: 165.92/200 MB

Candidate Block

Mining Attempt edaf8a85049bbf05f046fc91cb14672ea2431b9acbb152c5e80990503c37cff2
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 692cccafd676b79788d11c31a4a78cee393cec05e7a1f75f21d3d25cc1048a1e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,908
Size: 1.00 vMB
Total Fees: 0.00415747 BTC
Feerates: 20.14 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (394,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,892 520,892 00000000000000000007fb572b5cf94da33d125db5a7d30e197f4719a9205da4 3,050 1.00/1.00 vMB 42
520,891 520,891 0000000000000000001b4cf59a26d38aefffc75a6e27c8eee9862a4170e15b45 1,487 1.00/1.00 vMB 42
520,890 520,890 00000000000000000030bd18096d460d7e47b9b7777561f6a744ced87a7f9475 1,209 1.00/1.00 vMB 69
520,889 520,889 000000000000000000066cd3e7426129153a49783af924a64c9d0b10b11379b0 667 1.00/1.00 vMB 71
520,888 520,888 000000000000000000031219fa9713ecb735c5241b4b0b20fb6899fda2b47c64 1,220 1.00/1.00 vMB 11
520,887 520,887 00000000000000000001c323479f1f61c36455407fbd839fe35e6811c9d5f717 703 1.00/1.00 vMB 9
520,886 520,886 0000000000000000002eec19b064a8808b7651e34e3a1db154d2e5cd35cee3c9 2,156 1.00/1.00 vMB 1
520,885 520,885 0000000000000000002b4efaf34fc414ec4d82deeb93c83fe53223d3705d1823 1,953 1.00/1.00 vMB 43
520,884 520,884 000000000000000000229e7bef9047947dd97724daf4a1d6aa83349b5619922f 2,292 1.00/1.00 vMB 31
520,883 520,883 00000000000000000025b02fde554f14d75e8ec083a74d3029fb3a5a031bd8b0 2,250 1.00/1.00 vMB 39
520,882 520,882 00000000000000000008f254fef5b0d65facac0054d0ce650eaff801360a017d 2,138 1.00/1.00 vMB 56
520,881 520,881 00000000000000000024652bc695f77bb710db1e582e9f812558f4620a4231cb 2,502 1.00/1.00 vMB 45
520,880 520,880 0000000000000000004032b4b34a2dff4d964132f3eb50d4188b37990a691e46 2,023 1.00/1.00 vMB 33
520,879 520,879 00000000000000000022d45a4e49e0682c29cfe56ef17a15eba010ede6944cc5 1,535 1.00/1.00 vMB 12
520,878 520,878 0000000000000000000738b5560d95f1634e6422ba48f610c502d411d925f114 2,354 1.00/1.00 vMB 19
520,877 520,877 00000000000000000012799128e7a16c0a6061084aa8dd0bde0b53860031f87f 903 0.28/1.00 vMB 26
520,876 520,876 0000000000000000000b84366b96f7e9aed065822d53e04f478786f2b895827a 1,883 1.00/1.00 vMB 68
520,875 520,875 0000000000000000003638110bd02f7f7f9c9b1d0f9eab6535fdb00c454646e4 1,371 0.57/1.00 vMB 35
520,874 520,874 0000000000000000001e6a5e20a38e1285d85998b74e04dc894bea326e4a010c 2,488 1.00/1.00 vMB 66
520,873 520,873 00000000000000000031e5af7514305fa14b440bd51fcc922d07eefc38bacf89 2,160 1.00/1.00 vMB 37
520,872 520,872 00000000000000000009b6861461e01809e970d477636296d17dcd9176bb5f47 770 0.51/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.90 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: 713.54 GB
    • Received: 17.39 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.