Loading Tool

Explorer IconExplorer

Memory Pool

42,626 transactions
26.73 vMB
0.07011652 BTC
Random Selection Loading Transactions
Max Size: 139.83/200 MB

Candidate Block

Mining Attempt 9e7d05cafed18c58041276d1a8a24cbf26aad30c5544671452f9ae372cfd9110
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 28c70d94ded811f768bf22fc8ffcaa4523d0861b281d16d6c4e5b9c97a6823c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,492
Size: 1.00 vMB
Total Fees: 0.02065132 BTC
Feerates: 150.93 > 2.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (732,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,440 182,440 00000000000009717f90f1586932ffc5baf040ff76c5bf9da507235a159448dd 23 0.01/1.00 vMB 90
182,439 182,439 00000000000004ea771f94fbaaef6bb967e1841c91ef10e96e9ca37c3ba8260e 46 0.04/1.00 vMB 74
182,438 182,438 000000000000061a8b0c1476b055b599ca8b6110944a45d92e4c7315083b579d 113 0.05/1.00 vMB 114
182,437 182,437 00000000000009bb00430e503c9583e50edeb7436c0a71c1e007585923bd9446 34 0.03/1.00 vMB 58
182,436 182,436 00000000000009f23e179f6140b50ffaa22855ea569b0f5cff580ae0a51d1c08 303 0.17/1.00 vMB 177
182,435 182,435 00000000000001d37a593f9ee9985cfa20c8a1d8f34193e466f16e3bbb8cc45b 138 0.05/1.00 vMB 115
182,434 182,434 000000000000057b875d9922664e5bcb853e7bdf9e706b60c95548415a71e41c 126 0.05/1.00 vMB 70
182,433 182,433 00000000000006b5dc7b2152cc12b5f15986594a619e76c73983143b4510801b 229 0.12/1.00 vMB 115
182,432 182,432 00000000000006995e639b41c6d1339b269c6ff83e6dd32ea530305e588f99a9 191 0.09/1.00 vMB 133
182,431 182,431 00000000000008388be1e6425f72465d1d0d9f207c28c606f8eaf7b9abbb71cb 32 0.02/1.00 vMB 39
182,430 182,430 00000000000007b05b70b0db4688a1f4077620b6c7e18518384350e484e112f8 236 0.11/1.00 vMB 134
182,429 182,429 00000000000004b4af7b4143e32d18cc55e373bd05051659fbdb8dc60702f04f 53 0.01/1.00 vMB 168
182,428 182,428 0000000000000597d426ae545a5a5a9c700eb51d3b09b5d2ba68a0b42fcca24c 512 0.21/1.00 vMB 92
182,427 182,427 00000000000005a53e2565429d2547d720d57fd2e845b11c602ec19d3eccbac9 150 0.06/1.00 vMB 303
182,426 182,426 00000000000003d52aa17bfbb0ee10aa04dd3cfe079d20a5a86427032dfc847e 20 0.02/1.00 vMB 312
182,425 182,425 00000000000006fca5afe779c2f7763fdb8e7f5f489499bba0d4f65287708512 83 0.04/1.00 vMB 98
182,424 182,424 00000000000005c7ca34da403230d2a373492261c50335cc2a5076db2b40c566 362 0.18/1.00 vMB 222
182,423 182,423 000000000000001c50e33d8c1f8ca77e3a00ea8db45bd229f3478d93dfed7a32 1 0.00/1.00 vMB 0
182,422 182,422 000000000000038028fe1bb9bb178d4f21529d4901fb119193d5b51efa4f5184 74 0.04/1.00 vMB 87
182,421 182,421 00000000000006673ffc8a125b96dd2caf24c8220a0f13bc247dc37841cb921f 106 0.05/1.00 vMB 118
182,420 182,420 00000000000005273a2bcb69c6e39c3099813c2e2ff578f645fdf4cfa0e9f62a 117 0.05/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.85 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.