Loading Tool

Explorer IconExplorer

Memory Pool

24,925 transactions
5.83 vMB
0.03758341 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.83/200 MB

Candidate Block

Mining Attempt b673f6c2cb30c7a360f9a14f2a1439a2ff2434880915909dfdd1fc13dde51c73
Version 20000000
Previous Block 00000000000000000001ba540179348e126e660bea94ed6ba838e68a81db744e
Merkle Root adc1354efa7d11eec08dbc042b2e034eda5f05f483dda3021e9a7b0e52d19f91
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,127
Size: 0.95 vMB
Total Fees: 0.02483825 BTC
Avg Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,117 (768,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,904 144,904 0000000000000868ac78a85e896f36206278d06b6421514562c1725dd9517284 0.05 MB 82 135
144,903 144,903 00000000000008f52c647fed82aec2a3d259efb579b3f6aa6570916aacf9df8c 0.05 MB 102 109
144,902 144,902 000000000000048ea235ac1a973ceb05f05db6d2fa1e969a9b0dde7bd05bbc85 0.02 MB 28 48
144,901 144,901 000000000000054b35e3d50f29362d86952ed319950c4f3b3175fb65f3dacd0e 0.01 MB 23 103
144,900 144,900 00000000000003b3eba8d57e7d7e4337269517a1602f96685a34d662002cff6e 0.05 MB 128 90
144,899 144,899 00000000000006406f75957b7e638cb14ab86e314b0f70cad98b9ac17c878ab3 0.01 MB 28 205
144,898 144,898 0000000000000364d0444e7942d215e8316b98a504db0d86ca679bc7ddb9d1c4 0.02 MB 39 86
144,897 144,897 0000000000000216a47cef21787056ead55dacd8dcdce5a5a99e335d54865342 0.01 MB 27 148
144,896 144,896 00000000000003c307700ae3e60bb52d48b763609fef756324b70e04408ba567 0.01 MB 19 34
144,895 144,895 000000000000031f82373dcfbf312d415a5c133ef0dfec59fe08da2f510a9711 0.01 MB 32 108
144,894 144,894 000000000000076ae75ad06d3d3398b0636d4ece47563b3106e21adb40c84b47 0.00 MB 2 193
144,893 144,893 00000000000009181f7d4c8ff90117490d7cda70b8b8d17a132f1e4c7eadddea 0.00 MB 5 95
144,892 144,892 00000000000007299de0b01b37e62bab82d27787e0db2a5b2d81d7001eef64f8 0.01 MB 28 401
144,891 144,891 000000000000032d5ee88310a1779ce607d29168234e4ad57c8b7429d3641006 0.00 MB 1 0
144,890 144,890 0000000000000140169503e9a9a5aa1080a91a693d49ac62ee371df105e9bf99 0.01 MB 20 489
144,889 144,889 000000000000017707a2ffcc83c470b9d756d7e477a84e95b0e38d155c9727e4 0.00 MB 8 538
144,888 144,888 000000000000001f5a4f087b8fedd62c5070f56ee905a8a6fdaef2d7757f4d5c 0.01 MB 35 31
144,887 144,887 00000000000008c9b93697b914594457855b298e2be7cd41f633fb0e9b77cdfc 0.00 MB 7 64
144,886 144,886 000000000000025a0e1cea33a691af4f9c331ccd7e0edee6af30918e45b8c0bf 0.03 MB 105 51
144,885 144,885 000000000000019e81626d6a4d28818f5e7952a738e9716e6e67a65aec8f472f 0.00 MB 15 305
144,884 144,884 00000000000008e216f006fc7912a280057807b04af5b183a0eb88fa9520e6ec 0.04 MB 78 171
Previous 10 blocks ↓
Total Size: 779.06 GB

Node Details:

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