Loading Tool

Explorer IconExplorer

Memory Pool

82,722 transactions
32.40 vMB
0.07146481 BTC
Random Selection Loading Transactions
Max Size: 191.78/200 MB

Candidate Block

Mining Attempt 8c66c181ab0e1cf117bf42ad197c24466592945610332b9f3ed09c204e2b2a0b
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root eae9591ba90287c2da83e4eee8ede2aac08c8bae5a706b60993a65faff2ad5c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,076
Size: 1.00 vMB
Total Fees: 0.00763957 BTC
Feerates: 203.60 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (407,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,980 506,980 000000000000000000610f9939fab8278b8403a54e0fb6fcd5fb048a13a65aed 2,722 1.00/1.00 vMB 223
506,979 506,979 000000000000000000057e96a0949fbd2dfb3d653f62b43f22047c630ec8ac44 726 0.42/1.00 vMB 69
506,978 506,978 000000000000000000649fda079993e5efda43b75f6edb3a8b2965c1c479660f 2,044 1.00/1.00 vMB 155
506,977 506,977 0000000000000000001fae9fac6250a4ee7381768d0c6b485bceb1347e3fe376 966 1.00/1.00 vMB 73
506,976 506,976 000000000000000000263b99054b1e42c9d47f06a764681678d67ea9c932690b 491 1.00/1.00 vMB 46
506,975 506,975 0000000000000000000040caed6aff40cad15f748bf2cc9f439a961335ad6fdf 149 1.00/1.00 vMB 12
506,974 506,974 0000000000000000004a84e2f9ad17f5ef539a36c864380c98fcd7c11d03c251 790 1.00/1.00 vMB 48
506,973 506,973 0000000000000000002579af61ed2de961b569ac2a877277cf68fa8b9fe82ec5 435 0.47/1.00 vMB 13
506,972 506,972 0000000000000000004e553aadcd4be3adb3bdb9ceda3de8f70e1bfa174a75f9 1,821 1.00/1.00 vMB 153
506,971 506,971 0000000000000000002a38767938866b9f9606b0191ebdebfa7cb5d3d9a7a978 120 1.00/1.00 vMB 11
506,970 506,970 00000000000000000026912fa1df448ae93d1c1ed236666aff9082dcb39c9511 275 0.10/1.00 vMB 183
506,969 506,969 0000000000000000002551c0eeb3a4f3a53f5e4fcf130cb268ce380314473acb 909 1.00/1.00 vMB 54
506,968 506,968 0000000000000000003195760b89126c139b3df629709e159d829adcfd1d25e7 2,277 1.00/1.00 vMB 48
506,967 506,967 00000000000000000058315f8bcefb5313eb7f1b06bf68c04f22767acfb15ab1 2,153 1.00/1.00 vMB 165
506,966 506,966 0000000000000000003e0dd0207f758f6b4e3a14b3328e7b8f4f6c13d91cc783 1,973 1.00/1.00 vMB 111
506,965 506,965 000000000000000000096ea56e0ab733a83978c30c86f093b0b22cdeedb5e1fd 1,719 1.00/1.00 vMB 71
506,964 506,964 0000000000000000001f32e6b8385d92c395ce126fbf35692a7e1c4f4d1e69c4 504 1.00/1.00 vMB 89
506,963 506,963 0000000000000000001574788c0dcf7b1acf1ab20fdfa7b4b5f21bd3fbb8af2f 1,351 1.00/1.00 vMB 146
506,962 506,962 0000000000000000001e5c91dd73209e9af849b2fe061048df010da4046f9c15 1,111 1.00/1.00 vMB 127
506,961 506,961 000000000000000000129e2475e9554e9eb35934d58a8b0ee6499811960ada0d 2,031 1.00/1.00 vMB 156
506,960 506,960 00000000000000000007933f87766afd3f1febf7ecac76476d2276c35cb050cd 2,076 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.