Loading Tool

Explorer IconExplorer

Memory Pool

79,840 transactions
29.61 vMB
0.09487970 BTC
Random Selection Loading Transactions
Max Size: 179.14/200 MB

Candidate Block

Mining Attempt 38fc67e6829e5a368569b21ce8cdc2f5e912940d083b9ed0f1ff9b86d413f635
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 6d6038a5bbba992ea0f178012eaa51aec45fd9288929adcbc0e33c5311d3809d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,877
Size: 1.00 vMB
Total Fees: 0.03193499 BTC
Feerates: 301.60 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (433,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,447 481,447 00000000000000000050ae750c05f2921a9a47e51d837a4e5fb9084b9c74a2de 1,669 1.00/1.00 vMB 128
481,446 481,446 000000000000000000a321388204dfa36bfa30ad75d0c10560f17afc8e282b2d 2,076 1.00/1.00 vMB 110
481,445 481,445 000000000000000000032564fe6ae1d152d837763af35fae5a5a4f23c3fa10af 1,724 0.99/1.00 vMB 133
481,444 481,444 0000000000000000001e40318328161159bd636c868626d32cd1d00dbb6fa7a2 2,234 1.00/1.00 vMB 278
481,443 481,443 0000000000000000004f283efdc64455a01ec08d0736e2d9998272d2bdcc7154 581 1.00/1.00 vMB 121
481,442 481,442 00000000000000000128fec45b6ff680866b12d9df5dba000741338791d12cfe 2,109 1.00/1.00 vMB 139
481,441 481,441 00000000000000000085a902e8173ba9d1a49256e588fb3f59205022252a67e2 2,023 1.00/1.00 vMB 259
481,440 481,440 0000000000000000010a012a78bfa6c53e2901ead0b9aded7c4498e1509f6edd 2,183 1.00/1.00 vMB 157
481,439 481,439 000000000000000000ba94baa3e5560e4d77ce13b8f8c55902d1983734ced8ae 2,318 1.00/1.00 vMB 242
481,438 481,438 0000000000000000010944eb9dac6ccf9a3344af48176abad77ab64cbbe061f6 1,793 1.00/1.00 vMB 249
481,437 481,437 000000000000000000ccdee9bbf8a927c62be207f5c7d5048920198546675365 2,563 0.99/1.00 vMB 223
481,436 481,436 00000000000000000009bccb175642de2665f6632ed894459e3a84d9dbc6515e 1,739 1.00/1.00 vMB 210
481,435 481,435 000000000000000000ba66993d2bb63a29ede2b937fa111b4aa6509d45c09762 1,862 1.00/1.00 vMB 253
481,434 481,434 0000000000000000000fbe03b94c53e1aad7ed6f51457ff72d6ffda0e0f548ca 2,403 1.00/1.00 vMB 295
481,433 481,433 0000000000000000011d9846c01baa6ddb00fd9daa228a26745bde4a402b6f90 2,230 1.00/1.00 vMB 323
481,432 481,432 0000000000000000006402b39cefdc0849342fb8c308fa9222fbfe16f44a58d9 2,763 1.00/1.00 vMB 306
481,431 481,431 0000000000000000001ffd66c37454b5e7477f8d61c0de7392ea766e263f211a 2,434 1.00/1.00 vMB 387
481,430 481,430 000000000000000000495a6fc6c2ad97a32769111ba99e2a6efa75e058685fa0 2,296 0.99/1.00 vMB 191
481,429 481,429 000000000000000000ee59d58e0699e3436200264180aab34f36a3d08cb74bc6 2,164 1.00/1.00 vMB 314
481,428 481,428 0000000000000000003022af8c0e7bc42e989185d6cb9ac166cb1ced10711af1 2,178 1.00/1.00 vMB 214
481,427 481,427 000000000000000000363a102c424f8b877cbe32d6ab17ba1857b212ee4ff04a 2,583 1.00/1.00 vMB 214
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.