Loading Tool

Explorer IconExplorer

Memory Pool

83,532 transactions
30.72 vMB
0.16943551 BTC
Random Selection Loading Transactions
Max Size: 186.40/200 MB

Candidate Block

Mining Attempt bcb4044979a2490ee85f593a78c6ebbb94fb53de4840cd202b54d8ee082fea44
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 6114ee94e7e2e05b2a34eb3a24d62154967b4211a43e720b3fbf242bc68a5815
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,995
Size: 1.00 vMB
Total Fees: 0.08716646 BTC
Feerates: 150.79 > 8.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (286,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,936 628,936 00000000000000000010eb2abf10d6cf935c6c4e31175364f6f03a1c0cd1cb71 2,869 1.00/1.00 vMB 48
628,935 628,935 000000000000000000002e0258bfad6d22bda51dd9207faf816da58310f09521 3,085 1.00/1.00 vMB 88
628,934 628,934 0000000000000000000564fc365589e0f76a932d2423fcfcbf80866087424e4d 3,296 1.00/1.00 vMB 43
628,933 628,933 00000000000000000010ec54fb6da4d06bceb4e5f470ce185d880e58fd774f28 2,657 1.00/1.00 vMB 69
628,932 628,932 0000000000000000000f56651ce060b0f36b3fc0b9c59a1da87c594e71f460f8 2,005 1.00/1.00 vMB 44
628,931 628,931 0000000000000000000b9cec9414876a7ed41bc62955cd37adf19b49f0e6b207 2,663 1.00/1.00 vMB 42
628,930 628,930 0000000000000000000c8d5a5ed5eccbbfd662eb8ca53137f095684333540e91 2,890 1.00/1.00 vMB 51
628,929 628,929 000000000000000000069c0478e55c01bf26232f5c049be0eaeb698db919f916 3,088 1.00/1.00 vMB 69
628,928 628,928 000000000000000000088f78c263f17eb43def8403c7c75562918c443f9eb06c 2,586 1.00/1.00 vMB 99
628,927 628,927 0000000000000000000709ac2bc81d60bb29f55f77539ac3ed363cd229f4a825 1,958 1.00/1.00 vMB 67
628,926 628,926 0000000000000000000e0bbfc81412e8cf478dc79f5320d6ce02b28110f64820 3,049 1.00/1.00 vMB 50
628,925 628,925 00000000000000000009c6c4ddc5a6dea1339b12c1630d52332df5a17b492775 2,942 1.00/1.00 vMB 68
628,924 628,924 00000000000000000001e88a21187b1bc4dbf4e441f7c296ef2b6753b4a3314f 2,338 1.00/1.00 vMB 65
628,923 628,923 000000000000000000084f804ea082b426979060213dd54423df46bfdcda3bc1 2,885 1.00/1.00 vMB 85
628,922 628,922 0000000000000000000bcc9cc1b6d3cbc1745d234e1f3d17b50c59083cec631f 2,902 1.00/1.00 vMB 91
628,921 628,921 00000000000000000006f6c1d7c0793f459ac54891a7660fbeb52a182a7423f8 2,500 1.00/1.00 vMB 69
628,920 628,920 00000000000000000005951e222ef5dd27cd2e66208ac57da84a7fae1201f535 2,769 1.00/1.00 vMB 70
628,919 628,919 0000000000000000000c0e0f1aac6b00868a220f35689f0ecabdca4e2e2e3dda 3,029 1.00/1.00 vMB 78
628,918 628,918 0000000000000000000f519c17fb459d480cd42c48c0331b82a42e6a9494d5d9 2,761 1.00/1.00 vMB 81
628,917 628,917 000000000000000000030f0819053961a26cdce85711e48bc92d111dd8097d84 2,718 1.00/1.00 vMB 78
628,916 628,916 000000000000000000060bd745b92e67a0934ccd73d5246ca2886259f31d7485 3,312 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.92 GB
    • Received: 16.06 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.