Loading Tool

Explorer IconExplorer

Memory Pool

46,995 transactions
27.85 vMB
0.08523594 BTC
Random Selection Loading Transactions
Max Size: 147.98/200 MB

Candidate Block

Mining Attempt 787f6c8b2f70ffecbf6d39d78b018a5f825ea6b575c7f961ac2cf9ae24b8ba0e
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 971ef17acd0eed6f5f732e3b65f37823ed716c09e284e9c9a31fe7896a3a95df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,286
Size: 1.00 vMB
Total Fees: 0.03218854 BTC
Feerates: 500.00 > 3.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (415,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,562 499,562 000000000000000000aa6be4db52086ef6dd30fecd0892c8b1fc3b5a14d0cc44 1,064 1.00/1.00 vMB 186
499,561 499,561 000000000000000000500edab0df4ae379f1608c925376785db63e34e8dabf28 1,981 1.00/1.00 vMB 278
499,560 499,560 00000000000000000078c8e9a1c8e6f8973d39c9ed1a4e0b8aa8f56fb034e38f 1,547 1.00/1.00 vMB 227
499,559 499,559 0000000000000000007720b2936efbb0022ca71959617f799eca728f7d121fe2 1,305 1.00/1.00 vMB 239
499,558 499,558 00000000000000000052e6152b090afab5cc9b387c134e089ff1485bab4e74ef 1,501 1.00/1.00 vMB 215
499,557 499,557 000000000000000000579a484e132e39c10a908012347ff89f3f57e7bb1d2860 1,249 1.00/1.00 vMB 162
499,556 499,556 0000000000000000002fd2528a0dc2fabf224e11ec155d00d5d5cf87e59e0f50 2,180 1.00/1.00 vMB 254
499,555 499,555 00000000000000000058d441a8f0ab904c07ce4acc0b926b6cd973fd7e84f65a 2,432 1.00/1.00 vMB 354
499,554 499,554 0000000000000000008d3bd7769613f0b15ecb59d9c09cdeff394e53f3056acd 2,329 1.00/1.00 vMB 425
499,553 499,553 000000000000000000101f8cd85683253ad63d6a11a53d7a9813b8dba2d3201c 2,688 1.00/1.00 vMB 449
499,552 499,552 000000000000000000393c0cad6a6c520366b04325799a4d185b8c8e59192e26 1,694 1.00/1.00 vMB 315
499,551 499,551 000000000000000000552a19a7368ac14caf417987d39f478047c44b558acdb0 2,276 1.00/1.00 vMB 320
499,550 499,550 00000000000000000032f036ea0bd312495732b5a9f5bb1f16ea81755c2e4e2f 2,085 1.00/1.00 vMB 221
499,549 499,549 0000000000000000002ee019763570ca871acfdbb6aeefacefb359a63b74a160 1,657 1.00/1.00 vMB 341
499,548 499,548 0000000000000000002f346f3d118c18a609f921d09f557e91fb44131155f325 2,738 1.00/1.00 vMB 450
499,547 499,547 0000000000000000003a9365a5cde05093ea98207473b978aee109d7ccb049ff 2,484 1.00/1.00 vMB 348
499,546 499,546 0000000000000000009c71a6104c716ca4d389bfb3321d9963de5f2097e638d1 591 1.00/1.00 vMB 136
499,545 499,545 000000000000000000a3354f2221c3f5bab2eec1cefe4087b35fa30183f61786 489 1.00/1.00 vMB 159
499,544 499,544 0000000000000000006811dae46771ec02fa4002a672821c0579b9b4e97f796f 891 1.00/1.00 vMB 180
499,543 499,543 0000000000000000005458b58ea578afe0bf47095ca545579e5a887bf7e78f6a 1,607 1.00/1.00 vMB 116
499,542 499,542 00000000000000000072cf5962a69fe0206d336974cc699eb1a9fdc6af60dcc8 1,727 1.00/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.01 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: 649.37 GB
    • Received: 13.17 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.