Loading Tool

Explorer IconExplorer

Memory Pool

77,334 transactions
28.98 vMB
0.08416310 BTC
Random Selection Loading Transactions
Max Size: 174.86/200 MB

Candidate Block

Mining Attempt ee588e3d3387bc8a6a780f20a315dab596ae658b50b63eb6a98c41c0bf9662dd
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root b77f97c2c5dfaf49babace650b1b3558d44c2effbb54c9919f097ba3b65c92b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.02374105 BTC
Feerates: 103.00 > 2.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (262,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,719 652,719 000000000000000000065648ee1970e1bb31660b0b1d944d9ad88dea73f06d59 2,642 1.00/1.00 vMB 65
652,718 652,718 0000000000000000000b14ea2aeb6dd2fa097b006f80fecf0c5de7941d275169 2,589 1.00/1.00 vMB 94
652,717 652,717 000000000000000000058537f24a5050d656c97d026d52d3069f8afa9b8a89eb 2,370 1.00/1.00 vMB 75
652,716 652,716 000000000000000000054a5b4930724ada87228bcbcd72b538bf292e0d4d78e5 2,522 1.00/1.00 vMB 82
652,715 652,715 0000000000000000000757be1af257fd5fa40320e00f6477535d09e4e1760a3b 3,018 1.00/1.00 vMB 74
652,714 652,714 0000000000000000000317765e2f4520688bc8a3f5255b3623fd4f048041ee07 2,970 1.00/1.00 vMB 75
652,713 652,713 0000000000000000000b357b231a17c8b17871f3859ecbacbb7ed3d02cd56e6d 2,317 1.00/1.00 vMB 102
652,712 652,712 0000000000000000000d33ddf0232f3dab26509d889ca6f98563833682e79afd 2,518 1.00/1.00 vMB 86
652,711 652,711 0000000000000000000adbd4c32204e29d7bc8c869394e3f370e1475ff8b5cf7 2,961 1.00/1.00 vMB 81
652,710 652,710 000000000000000000036c18b7b34428cf5b82c77eb3dd0bd24993c72139f4fb 2,964 1.00/1.00 vMB 110
652,709 652,709 000000000000000000094b21057b97a90cf09ba383d648321a2a270e62fdd208 3,152 1.00/1.00 vMB 83
652,708 652,708 0000000000000000000b90273e6cee27cfc3344a4297036dc035547977f0b94f 2,908 1.00/1.00 vMB 114
652,707 652,707 0000000000000000000a7eab3c3477a182b9fe5610df0ff1d764e2b255d79714 2,225 1.00/1.00 vMB 4
652,706 652,706 000000000000000000001a33d984d50576894a31a8a2018b765123d0b2b9d078 2,457 1.00/1.00 vMB 28
652,705 652,705 00000000000000000008a0cfa286675f45d2b2603122d32c428b4f137acb428c 2,294 1.00/1.00 vMB 35
652,704 652,704 00000000000000000003ea07d023cffabea1c557ac6eae21a8e51da7bc1040df 2,291 1.00/1.00 vMB 37
652,703 652,703 000000000000000000024b1d711b8db19be221364e728db3d82bdf660db3ea73 2,603 1.00/1.00 vMB 39
652,702 652,702 00000000000000000002b09fec82b17ad7fe901ae2bfc9796f73b38485debab5 2,635 1.00/1.00 vMB 73
652,701 652,701 00000000000000000008329b35e83d214b09337c9755a3cdad7d0dd1b324354b 1,906 1.00/1.00 vMB 17
652,700 652,700 0000000000000000000a8bd40c77acdf1e6a5218b69627d426b5ad95094858e5 1,858 1.00/1.00 vMB 22
652,699 652,699 00000000000000000002448a8cbaa1dbe013afa0b1f72342881f2037cafca5c8 2,130 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.66 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: 673.02 GB
    • Received: 16.35 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.