Loading Tool

Explorer IconExplorer

Memory Pool

72,818 transactions
28.13 vMB
0.07122995 BTC
Random Selection Loading Transactions
Max Size: 166.53/200 MB

Candidate Block

Mining Attempt bae65a483afc1820b96cfed046b99d356b7b6397dcda0c501fecbfd7f2640a0d
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 0a0f91bd9b1001816de55cb08afdaa603824933087aad0ebb16f4abf5931a9f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,316
Size: 1.00 vMB
Total Fees: 0.01492152 BTC
Feerates: 157.46 > 1.50 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (496,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
418,809 418,809 0000000000000000048ea157727bd5e7f9f473f89bb3266a053dbf36c31e23f5 898 1.00/1.00 vMB 19
418,808 418,808 0000000000000000010ccd10f3a4b85f8f05ad9e91fd1cee369b101d47ca6a53 1,526 0.62/1.00 vMB 58
418,807 418,807 000000000000000001f96dee10df85e6e29980ee5f177c2377519c29197a3001 298 0.14/1.00 vMB 58
418,806 418,806 000000000000000003c0c11e2f2be6c808fb0b06041844532378e30b81d129d4 607 0.25/1.00 vMB 56
418,805 418,805 00000000000000000021b7746d3994a5cff1c751e86cb3dd9de34a5c388ed798 605 0.25/1.00 vMB 50
418,804 418,804 000000000000000000d03a647a105b1d0df8773a7d29b42cfe4ae82849f6d5d5 1,151 0.45/1.00 vMB 61
418,803 418,803 000000000000000003b6fc92d75401bf114e2fca7fc2c40b7e75ffc3212b4d76 685 0.99/1.00 vMB 16
418,802 418,802 00000000000000000033b5dcfc626ff8650a18a94374c72f8cfab418682f53b6 982 0.42/1.00 vMB 67
418,801 418,801 000000000000000002c72ff94c58fec20dde18f3c90902f19e895f3db8a95f24 551 1.00/1.00 vMB 13
418,800 418,800 00000000000000000205c8b5d799bbcd36a2e2868d802ae62f23e4496ddc0776 1,972 0.99/1.00 vMB 43
418,799 418,799 000000000000000002bb3e7914b940a483659e63274bcec4ca880a6f51358bde 1,325 0.57/1.00 vMB 60
418,798 418,798 000000000000000001bd86a557e3f677be79680c2b0fc38a559ba10896032ce6 856 0.36/1.00 vMB 57
418,797 418,797 000000000000000000bb9c5056bb8343e7e640ed4317090d95365fdfa6cc48ff 1,593 0.64/1.00 vMB 56
418,796 418,796 000000000000000004da4fb94cd0ce04a8f274de105e4e02552cb2632a27be94 1,249 0.47/1.00 vMB 66
418,795 418,795 000000000000000002c6d3d15198e038bfde7c4689ff5741a6fa0ff70d588f06 632 1.00/1.00 vMB 12
418,794 418,794 0000000000000000049a352b0236b6a268bb8c9561d4a80bcf39b4caa6025e8d 42 0.02/1.00 vMB 39
418,793 418,793 000000000000000002297259cabb6430fcb66c1219e155319f750fa4b2d9824d 1,437 0.71/1.00 vMB 60
418,792 418,792 000000000000000001d3c375a8f9134c2e516a11c15e64bae8d40ddf33ca08aa 1,654 0.71/1.00 vMB 52
418,791 418,791 000000000000000003f660ae83dc43ec5b7f7a132fb0a9f3eca177c2b759a277 2,044 0.89/1.00 vMB 53
418,790 418,790 000000000000000004c6f4bb47ceac66bd4b58deae372dbd9f54b695e6b7f1fc 440 0.22/1.00 vMB 45
418,789 418,789 000000000000000005378bd671fcbbf30264acbc7d948087ca2f4aca7555f70f 1,169 0.50/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.45 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: 667.52 GB
    • Received: 15.26 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.