Loading Tool

Explorer IconExplorer

Memory Pool

76,279 transactions
28.49 vMB
0.06916840 BTC
Random Selection Loading Transactions
Max Size: 172.54/200 MB

Candidate Block

Mining Attempt c4c0ff48971bf7f46f94af2f23b892615e04916afaceea3f9035737a72ad43eb
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 3342784d50999d7d5ff9617be98e67cd5eb60e63d4de50c0a6f37178c20f1d5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,046
Size: 1.00 vMB
Total Fees: 0.01011306 BTC
Feerates: 101.00 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (285,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,789 629,789 0000000000000000000f7c47e40906608407960b304bf6fa39464de8d658ea43 2,992 1.00/1.00 vMB 64
629,788 629,788 000000000000000000048e807540c64b92a25efaa3f18b9810014db243b30154 2,587 1.00/1.00 vMB 53
629,787 629,787 00000000000000000006b5607e1f75d2e710a7397a8f7a6f52fe799f710974ca 616 1.00/1.00 vMB 17
629,786 629,786 00000000000000000007c0cb28fc72412479b990468e0dac8de5494ebf87f3da 2,486 1.00/1.00 vMB 26
629,785 629,785 0000000000000000000d4af0dddea997f5936c28d5707bd6b3d5a94be260fc2f 1,760 1.00/1.00 vMB 54
629,784 629,784 00000000000000000006783b1866d7c807a89a2fe2c9b1f57dd51307a9e8a568 1,128 1.00/1.00 vMB 66
629,783 629,783 00000000000000000008f33985ad3e167c93449c74ff9b1b334ad2a26c687e9b 1,216 1.00/1.00 vMB 68
629,782 629,782 0000000000000000000a511f66877a808af13ead1450f2009807472a79d25a7b 1,372 1.00/1.00 vMB 87
629,781 629,781 00000000000000000002a5dc546eb0095b68f1e7afa8d99a14c848c726013b16 1,239 1.00/1.00 vMB 21
629,780 629,780 0000000000000000000bdf687e8402824bd010a6b325695b04e190153fb45665 432 1.00/1.00 vMB 7
629,779 629,779 0000000000000000000211c5209e4d846ae1397d16a66306a930781bd9a069d6 1,877 1.00/1.00 vMB 26
629,778 629,778 000000000000000000060a264c1e53041692e05a075bb2d680076aaceb119414 2,614 1.00/1.00 vMB 49
629,777 629,777 00000000000000000001409e3f1992fa6736aeeab329ac98d9cda61186dfda88 1,251 1.00/1.00 vMB 10
629,776 629,776 0000000000000000000989d9e8f7a713d4624e6f66bf937d8043f4239e6e8eb0 2,901 1.00/1.00 vMB 36
629,775 629,775 0000000000000000000fcd877980d6074ad5b40defa75ef10a251dcbc50dbda1 2,427 1.00/1.00 vMB 9
629,774 629,774 0000000000000000000a6f671285eab3a6080c8fc7b8260772fe59dcf01040d2 2,873 1.00/1.00 vMB 73
629,773 629,773 00000000000000000009f4c0e09d5432ad7ddf52d19c090f16ea536ff45a6386 2,229 1.00/1.00 vMB 39
629,772 629,772 0000000000000000000d0e431e907dafec10eaf82f67bf293643340f4698f9f9 2,954 1.00/1.00 vMB 54
629,771 629,771 000000000000000000020fd68fd79ba380bb447173e27859fb0b4788899a2f3b 3,040 1.00/1.00 vMB 84
629,770 629,770 00000000000000000010b6bc5a7a95279163107622b991ad4ae4f6abdf2086a3 2,643 1.00/1.00 vMB 83
629,769 629,769 000000000000000000116a257782b0c49d79fe66e44a5d676702685c995a0fcd 1,505 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.