Loading Tool

Explorer IconExplorer

Memory Pool

88,779 transactions
33.17 vMB
0.19706150 BTC
Random Selection Loading Transactions
Max Size: 199.84/200 MB

Candidate Block

Mining Attempt 39e18458e8cd49b4e2dd67a7f6873e0ab9e62a9451a9511fb981ca75802cacf4
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 15e8c0b2a70f36a785bc2b8dd38f759880439eb4fba8de9c02671689a8724fdc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,877
Size: 1.00 vMB
Total Fees: 0.08672808 BTC
Feerates: 387.56 > 8.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (121,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,100 793,100 00000000000000000001e87cb5690ebe3b59e4e74359675dc610fd3b06ddbbe9 3,561 1.00/1.00 vMB 115
793,099 793,099 00000000000000000002fcca65bbb50f5262b50b41edff520c0c084aebce6220 3,117 1.00/1.00 vMB 95
793,098 793,098 000000000000000000019676a8fdf460b93b97901662aa1bb04a17c902b59d70 3,620 1.00/1.00 vMB 33
793,097 793,097 00000000000000000000343e99c4245b422ec4ae3ece2808b7e1e741c879e048 2,508 1.00/1.00 vMB 19
793,096 793,096 00000000000000000000d83a7cada5fa76651a20d4a1d6bce99e8817280a2213 3,479 1.00/1.00 vMB 39
793,095 793,095 000000000000000000016aa76d03119a02f77f050deeb03561db11b8bdd44c8a 2,076 1.00/1.00 vMB 26
793,094 793,094 000000000000000000049bf525a368677ab2bef26727d05695e82e195b9acae3 3,298 1.00/1.00 vMB 28
793,093 793,093 00000000000000000002e582bc9ebf0c4ffedf66057dbb1d8ae1ccbe407f194c 2,540 1.00/1.00 vMB 14
793,092 793,092 000000000000000000004e097672f1e08387c7861c8e04f6fe8fb5b34b9dc8d5 3,100 1.00/1.00 vMB 26
793,091 793,091 000000000000000000036efb3762ef845084a4986d5487705a1d8b614f49447c 3,389 1.00/1.00 vMB 43
793,090 793,090 00000000000000000001c5ea8d6f1acd6e25a78eec79b9cf36af8ab5425ea8b7 3,671 1.00/1.00 vMB 70
793,089 793,089 000000000000000000026e80b5539708b0427c35b6958b21b1a71be5743df644 1,911 1.00/1.00 vMB 21
793,088 793,088 00000000000000000000ca0c0dd1f0c71de5da9db94a352b009f69924e2a7d8d 3,996 1.00/1.00 vMB 23
793,087 793,087 00000000000000000000ca9252fa0dcc6704fe553535423adceff5145f9de4fb 3,400 1.00/1.00 vMB 60
793,086 793,086 000000000000000000025ab0d349373a07900e62339870df13a4072a8fa6c6f6 2,333 1.00/1.00 vMB 26
793,085 793,085 000000000000000000013ebb23f91e68c0099810a98eadf11f0e7a7fa3475f1e 2,522 1.00/1.00 vMB 19
793,084 793,084 00000000000000000002689446f9a6696bc41ba2c509474f4931a1b02b4e977f 3,201 1.00/1.00 vMB 49
793,083 793,083 000000000000000000031e94aa0aee27adbfae465abe008e244ca05ffeb5c12f 2,122 1.00/1.00 vMB 24
793,082 793,082 000000000000000000037b21b4adb3c9f49cdd3224583ac8bac0f33ef36f6095 2,687 1.00/1.00 vMB 27
793,081 793,081 0000000000000000000207fb990e79df0c4826dd25d87387af592add8cefbf66 2,735 1.00/1.00 vMB 54
793,080 793,080 000000000000000000007089f61345ea31e06279bcd2c3543b14dad692f4cf84 1,798 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.31 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: 660.10 GB
    • Received: 14.62 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.