Loading Tool

Explorer IconExplorer

Memory Pool

67,354 transactions
25.73 vMB
0.05885875 BTC
Random Selection Loading Transactions
Max Size: 155.02/200 MB

Candidate Block

Mining Attempt 3cf5f03a04fef566218190cb2dc1aa4e57b96f5cb3624ed8f9066e1e74941720
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root 9e84a6bcdae432f0b1010344e4509e6da0c45ff12b78eaedf625d62bcddbe9d4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,074
Size: 1.00 vMB
Total Fees: 0.00449468 BTC
Feerates: 40.21 > 0.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (699,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,085 216,085 00000000000003178370f84056ad58ca0ccaeaa5c5a7a43c11fde4e46f2cbce3 46 0.02/1.00 vMB 219
216,084 216,084 00000000000000df2317d2bba70f6da9c6ef3c1262a8a34c5e427c60ad576bec 449 0.22/1.00 vMB 250
216,083 216,083 000000000000001723a2a23ea9bb2e16dbe768205b794046a7829bc3e2b88006 538 0.25/1.00 vMB 189
216,082 216,082 0000000000000158e27d5ac3fc419d0c51860fb4a6d15fe6712e32981051acc1 122 0.07/1.00 vMB 73
216,081 216,081 000000000000037885ad0856fb36e9d4f206556f2ebf75c72fa482add2e9473a 908 0.42/1.00 vMB 143
216,080 216,080 000000000000040ff271fa8533c3897cd9d44bda2e7de5c31b22b133b96e8f95 717 0.25/1.00 vMB 213
216,079 216,079 00000000000000f812c77bf41d26946d76422c4840fdd13af8dcfb73e704dc53 505 0.26/1.00 vMB 149
216,078 216,078 00000000000002f1122cae042b54043e704a50567b95da9e97d3929be08cf7d2 863 0.25/1.00 vMB 348
216,077 216,077 00000000000001c8121510fa1269596f4b476ff49adae680a085e5b5621c5ec8 262 0.12/1.00 vMB 241
216,076 216,076 000000000000049a4502282630a0a5e2c75a54c9fd81ef8b9d2c66e5ea0abd20 549 0.42/1.00 vMB 116
216,075 216,075 0000000000000036f0eef3a3adc988692f5e7af0df5e5abd898d25ff0bd3308e 336 0.20/1.00 vMB 97
216,074 216,074 000000000000021e48c0a0a48335dddeccf392a1e9c5a5449168543720267dfb 519 0.25/1.00 vMB 217
216,073 216,073 00000000000000bf04011599d183db1ade0490ca0fee8ff201d1061271744a01 866 0.25/1.00 vMB 282
216,072 216,072 00000000000004c149fee71ceb06095cb44ef8c9cc20b6cec784b768cb5b7b99 940 0.25/1.00 vMB 337
216,071 216,071 00000000000002d5d0f242ba924cf04e2dc6042c9c0dc066ace5280c4f6f7995 575 0.26/1.00 vMB 161
216,070 216,070 000000000000026746d3d54ab2bd0a2347aec8098e14e796040a07dcb624d511 512 0.14/1.00 vMB 258
216,069 216,069 000000000000038891455f62d0b7c761d63ebc7df95fc354660c374aaecdd187 148 0.05/1.00 vMB 129
216,068 216,068 0000000000000429469fed9b50c7320c2da959d41160823bd9d271cdd813e18e 775 0.45/1.00 vMB 423
216,067 216,067 00000000000004ec9cb627e59e6ec34179fe4fbee7493892eca5f069fd9192fe 563 0.25/1.00 vMB 157
216,066 216,066 000000000000000900a140596d2aa8cb5b5c6c9fee43e25b9a3994586cd428e9 912 0.25/1.00 vMB 291
216,065 216,065 00000000000002e2690f4c60519d8561accf3c70b70acb1915f9f4e925d3b19b 570 0.25/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 783.30 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: 766.94 GB
    • Received: 19.32 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.