Loading Tool

Explorer IconExplorer

Memory Pool

29,029 transactions
13.50 vMB
0.05571806 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 77.26/200 MB

Candidate Block

Mining Attempt 669b8c961e72d6e0ceba54c5a4341c5906f93f1a1e524c821596aa140239685e
Version 20000000
Previous Block 0000000000000000000046c62bd1bc07d40c683b8bc15f4ee407c6db5f468b81
Merkle Root 9241f4732e5416dc3489634efefee8a7dc23faef2fe7d5d9673fd8631596d411
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,832
Size: 0.9979935 1.00 vMB
Total Fees: 0.02606602 BTC
Feerates: 502.65 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,732 (557,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
356,127 356,127 000000000000000007d28c717a21e7a0f850b82dd26c5baf9e44918578b6f695 1,455 0.75/1.00 vMB 27
356,126 356,126 000000000000000005e241174dc6d2084dde2e4b4e2cd7afb0ef138cba1429d8 741 0.35/1.00 vMB 29
356,125 356,125 00000000000000000befac9f5c4730288d14cfac3c78067defeacad8713a4744 2,289 0.75/1.00 vMB 37
356,124 356,124 00000000000000000a86f5eb1b4f7512d7f0185989bef7c759876e72236ba596 908 0.47/1.00 vMB 24
356,123 356,123 00000000000000000692aeb94fb6b7fe94527cfcf35a95526ee94452fa8a2136 537 0.27/1.00 vMB 26
356,122 356,122 0000000000000000048b69d1e156cab509a323ab559b15f0af07a08e8405d016 274 0.17/1.00 vMB 18
356,121 356,121 000000000000000002ff659ba7ec9c99f9ef1a634d7af9a91fcf907e85a4aee4 402 0.19/1.00 vMB 26
356,120 356,120 000000000000000011d4c4871a97c3fb5f0a47d57a392e875abd938de30b9aa2 910 0.69/1.00 vMB 16
356,119 356,119 00000000000000000a8970df182c1a2ffca837176a04008ed5bd57fb58acfe50 1,514 1.00/1.00 vMB 21
356,118 356,118 000000000000000016c3d50f4b790dcca1c793a7644604d6baafce9514b1ab92 2,475 0.75/1.00 vMB 58
356,117 356,117 00000000000000001137153704f62c01e8727939728a5c7cdf3f72c2518ceace 149 0.38/1.00 vMB 5
356,116 356,116 0000000000000000102da5f59eb4e4d97716969105f6799b3068c2d73f22aa95 1,500 0.75/1.00 vMB 28
356,115 356,115 00000000000000000db745c6bbde202d90a01619cccfa64a9c45f9707f6bde78 363 0.23/1.00 vMB 20
356,114 356,114 0000000000000000137213ff1c5849ff8f0206a9852139fbcff5305a6be78232 251 0.17/1.00 vMB 18
356,113 356,113 000000000000000001bd6d00b9796cdaab7ba8df703b163e7e9351e15946b143 679 0.42/1.00 vMB 20
356,112 356,112 000000000000000012a72ac734e79de235acae29b3ad0c00a8d8290a1304ff28 512 0.19/1.00 vMB 33
356,111 356,111 0000000000000000153854129c033c8ec28d5b8d0cbe162b635ab400eabe7236 203 0.14/1.00 vMB 17
356,110 356,110 00000000000000001478b4f3f956a2a8147ed15ae0dd3395e8b55dc6286f99dd 1,176 0.56/1.00 vMB 24
356,109 356,109 000000000000000007ed74437d4d1a6ed594c742855f5045d2ccd18d6cccacca 1,475 0.75/1.00 vMB 43
356,108 356,108 00000000000000000f76bade725e3c4cfc3406cdda4bd0c05172516f607a6f35 647 0.51/1.00 vMB 13
356,107 356,107 00000000000000000f7ec66835742103515a536eed44da595d02b2d358530a9e 1,151 0.75/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 780.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 501.52 GB
    • Received: 3.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.