Loading Tool

Explorer IconExplorer

Memory Pool

80,677 transactions
30.21 vMB
0.11088224 BTC
Random Selection Loading Transactions
Max Size: 182.04/200 MB

Candidate Block

Mining Attempt b0a187bcc8a4ed608db0c2ca5034063c83a94eb036aba19ea5f190babe50142f
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root 6a09fdc949a764655bfa8205347080003d870cbc0add5a28d883e94547ca4c6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,139
Size: 1.00 vMB
Total Fees: 0.03921252 BTC
Feerates: 111.07 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (525,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,126 390,126 0000000000000000015402b539a4dfdcf11677cb9ae421c5c0a7b1d6e8ab44b5 353 0.25/1.00 vMB 24
390,125 390,125 00000000000000000628da571c5f19f4ad5a7a176e2a94f994bf7dcfdd2ad258 1,044 1.00/1.00 vMB 21
390,124 390,124 000000000000000008b6a5884c60fe29c4fa5ad9159f1f46090a5a5b1d2becee 942 0.35/1.00 vMB 38
390,123 390,123 00000000000000000971425d2a06ed7a0ce752f9a2076368d1c4ee7e8201d32f 1,399 0.87/1.00 vMB 26
390,122 390,122 000000000000000009cbd4b828abbfe69da50521090cbca4d9a6e447487c9946 2,474 1.00/1.00 vMB 39
390,121 390,121 0000000000000000006929ff10cb18a017c012b51213658b34d7ed9b930d2669 578 0.27/1.00 vMB 32
390,120 390,120 000000000000000000912346812e264eb98ad41631fe4f97ec8f7caee6bc48cb 1,823 1.00/1.00 vMB 27
390,119 390,119 00000000000000000ad4b9096a138d0e1ebd0aa843bc7441d23359b138cd4ccd 1,446 0.86/1.00 vMB 24
390,118 390,118 00000000000000000a610cb646209403cc22d337d62109e8fbc3400e284fc97f 2,652 0.99/1.00 vMB 42
390,117 390,117 000000000000000009f88edec1de2d863e97acbe48c93e5b1e301eeb1831f3bf 1,704 0.72/1.00 vMB 39
390,116 390,116 00000000000000000ace5b3207f8c6cc71e3dc6393196a7bb58b6d34be481d79 2,817 0.93/1.00 vMB 45
390,115 390,115 000000000000000008659fc02e9d223c75d4d670b7c2287f5575887a8ae33d7b 292 0.37/1.00 vMB 14
390,114 390,114 0000000000000000092e4f9672e49f381d1926296ef23fef2b32da91f189e3dc 2 0.00/1.00 vMB 0
390,113 390,113 00000000000000000af1404ca6b6adc5f9a9fe529407e34a6a6ed5c28443753b 1,542 0.58/1.00 vMB 37
390,112 390,112 00000000000000000822f35cdac96ce740918af5f40ee697a4b6541646b9a3ac 1,427 0.67/1.00 vMB 33
390,111 390,111 00000000000000000a83dcf432dd64f1c8172baf7672bdbc926a45ff9071f52c 830 0.50/1.00 vMB 20
390,110 390,110 00000000000000000580c7b0ce161651017388b7f1a4cb01cb16112ccab44934 688 0.34/1.00 vMB 30
390,109 390,109 00000000000000000657a5e092c25a6931b2c9371d827271b3da53ba646f2457 270 0.15/1.00 vMB 27
390,108 390,108 00000000000000000a1311217d2715cba66c7a8acd70ad0fee9e41124c15948a 1,069 0.61/1.00 vMB 19
390,107 390,107 000000000000000007d47fd0b0aa5d9d5af69370e16753c20f8ba914dc0e7f23 1,044 0.45/1.00 vMB 35
390,106 390,106 000000000000000004f894c338fb8228b6031c8e259ef4c5c3dc3c01a19fd664 326 0.17/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.22 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.