Loading Tool

Explorer IconExplorer

Memory Pool

38,363 transactions
30.92 vMB
0.06797858 BTC
Random Selection Loading Transactions
Max Size: 153.30/200 MB

Candidate Block

Mining Attempt ca9874356937fbb8ba58189cca8fa6ed675dbb5c5f8bcf2c5779766b40e8c9ed
Version 20000000
Previous Block 000000000000000000017a98b1c7d9052f1c2b6b85393b7fa5e5919d663547b0
Merkle Root 977d486f21c7a5b6d4bc7683fd9837b6f4162c64f02196248162dae3d2eacfd5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,293
Size: 1.00 vMB
Total Fees: 0.00486768 BTC
Feerates: 100.44 > 0.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,395 (548,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
365,489 365,489 000000000000000013c3c75e21af8a6d0a318bd3d34ba50715f76364e9e49ff7 674 0.93/1.00 vMB 12
365,488 365,488 0000000000000000057eb44d0ca2b1be79c308ff514a705080f250737fcc4b2e 374 0.22/1.00 vMB 46
365,487 365,487 000000000000000011a7cb798648ee3fe5c37c87e88b25f1f57232a64ef639bb 1,479 0.95/1.00 vMB 43
365,486 365,486 0000000000000000099375a974067d77cc3e5322618d24d6f0cef13e1d2a030f 728 0.93/1.00 vMB 23
365,485 365,485 000000000000000012c2cda114f139081db392d49228aefb186ea9bb55d952d2 55 0.09/1.00 vMB 17
365,484 365,484 000000000000000004aab7590b7d75d5a42ecc4fbc58835b6c2a8705752b27f3 496 0.30/1.00 vMB 31
365,483 365,483 00000000000000000153faf33bba0ad913f9ab2a6d1fe3ad81b876ba5d07d093 954 0.75/1.00 vMB 25
365,482 365,482 00000000000000000f74acb26dbddba8079d8708cf8dbd6b46a4e494f0366016 643 0.35/1.00 vMB 37
365,481 365,481 000000000000000014f868398dbf417a12cdf49292f98117b250f80ce804a4bf 1,368 0.92/1.00 vMB 30
365,480 365,480 00000000000000000f86257764c9a21093d3f832364ad599a80e32c26d5b0c42 2,365 0.95/1.00 vMB 55
365,479 365,479 00000000000000000684938913f80095d0d7e1cf3e2f3b352f3334983033b05e 1,498 1.00/1.00 vMB 40
365,478 365,478 000000000000000012bfdac570fedd38d76e38509d324784751951c5c0f73fc3 1,782 0.92/1.00 vMB 40
365,477 365,477 0000000000000000154b0dba9902399c0c08eaf0876e5a06c50b65560d2e8ede 331 0.19/1.00 vMB 37
365,476 365,476 000000000000000002f776315adcb5cddbf82abfb69df7cf563e3c24eaa34605 1,474 0.75/1.00 vMB 42
365,475 365,475 00000000000000000ad7b35df62c3fff970d20775d5d4408094185b3bf33f703 479 0.93/1.00 vMB 8
365,474 365,474 00000000000000000d15a3e5e139e51b53eaab6596d419e4c96fae5a649b5dc5 1,358 0.75/1.00 vMB 42
365,473 365,473 000000000000000005a5e6331f463f4fdb14810cb06cb2a60f06c5024f8ded9c 124 0.11/1.00 vMB 27
365,472 365,472 000000000000000009ac54bea79e78df31373d8d1882746b6561ebaf4d372a09 1 0.00/1.00 vMB 0
365,471 365,471 000000000000000001d3afc7ea904abf55ebd4d9c04918167d12a6b7a7b05676 1,087 0.63/1.00 vMB 40
365,470 365,470 000000000000000005c8f15b4b3f2889fce3bffbf462272ddbd0c344d0b0da5a 350 1.00/1.00 vMB 5
365,469 365,469 000000000000000005b238632c04d817d49b1b19e95a8ea8e731aaf38a234764 115 0.05/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 598.70 GB
    • Received: 9.96 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.