Loading Tool

Explorer IconExplorer

Memory Pool

81,589 transactions
29.88 vMB
0.14348286 BTC
Random Selection Loading Transactions
Max Size: 181.08/200 MB

Candidate Block

Mining Attempt bda7d6d7bb3ba09cf448d6f87e121d21d23bc71ad67f940286c49ce0d330a712
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root b77a31f01adabbeb55521f8e9ceaa5fe909dc67388cefeb5450f56e55350560c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,810
Size: 1.00 vMB
Total Fees: 0.07553123 BTC
Feerates: 101.65 > 7.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (67,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,499 847,499 000000000000000000017fd2e22e080862627a916b992c0d29e5f40cb4ee64ad 3,303 1.00/1.00 vMB 36
847,498 847,498 00000000000000000000718d26b3fa75cf63715635e111b199d5d1c600d38810 2,728 1.00/1.00 vMB 32
847,497 847,497 00000000000000000000b6dcf9cedf68960ea71ab65ce382200a63a17c09983d 3,948 1.00/1.00 vMB 39
847,496 847,496 000000000000000000017aea4bdf1187cdc188275cf7eea281f23d49851cc00e 2,966 1.00/1.00 vMB 50
847,495 847,495 00000000000000000001f4cd5f8014ebc56a759a400beedaf76277b37bdbd1d9 3,174 1.00/1.00 vMB 38
847,494 847,494 0000000000000000000037a6b12eab5570cfc8a0a3d7f239d585968b6a4ab08e 2,605 1.00/1.00 vMB 34
847,493 847,493 00000000000000000000fa22b4d00863e84f6de04d49d7694b3fe984a29cecf1 3,572 1.00/1.00 vMB 36
847,492 847,492 00000000000000000000490dd7e19b7529dbe2dffb0ac97caf403bba2a6f8d5a 3,272 1.00/1.00 vMB 39
847,491 847,491 00000000000000000002018453820297c4bfec84fb414d59337a17f1460a10fd 2,965 1.00/1.00 vMB 37
847,490 847,490 0000000000000000000073e61add99526adb4069a2191525b48524c0253913b8 3,778 1.00/1.00 vMB 43
847,489 847,489 00000000000000000001a2fe4abb1ae5cf8343b2e4b32eecb6e275842c9ed526 3,284 1.00/1.00 vMB 38
847,488 847,488 00000000000000000000aca8a5d156c12e17d824428640ba7012255566ca78ad 3,919 1.00/1.00 vMB 38
847,487 847,487 000000000000000000019b0fe6ff4cebff9b8f6e848e2ffd7ecca2a0f31e1c33 1 0.00/1.00 vMB 0
847,486 847,486 00000000000000000000beca7df9c10de04725bcff63208f0deadec3b5768ffc 3,767 1.00/1.00 vMB 42
847,485 847,485 00000000000000000002ef9c6f38c7074141cbf04a59e6750fb1f0b302af52cd 4,043 1.00/1.00 vMB 40
847,484 847,484 00000000000000000000aa86f93a4f10e4967075c77abdc6196833b2203653b1 5,432 1.00/1.00 vMB 28
847,483 847,483 000000000000000000017bfd76635ba605a127b04776572a75d979c048af3d50 5,023 1.00/1.00 vMB 29
847,482 847,482 000000000000000000003450b4ac09c8402f1c075b3a0ca978d56d81ad322f77 6,510 1.00/1.00 vMB 25
847,481 847,481 0000000000000000000252a2256db0b49698e0d5d02d053228c6841635b7b6ac 5,002 1.00/1.00 vMB 29
847,480 847,480 00000000000000000001bb61725d6d2fee5e461afa4d4f5cb9032d7d867e0ae1 3,805 1.00/1.00 vMB 32
847,479 847,479 0000000000000000000318418c1ce0ecfd55a50956cc0ac57111c4594248f89a 3,903 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.