Loading Tool

Explorer IconExplorer

Memory Pool

79,157 transactions
29.65 vMB
0.07553675 BTC
Random Selection Loading Transactions
Max Size: 177.86/200 MB

Candidate Block

Mining Attempt 79809624c51d616548f4a17df5ce77215bfde2d464d3dedacd428e94a0ab97cc
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 24eba582cef8456e6b7b5f20391a33c7a9af19ccf7e47770523c9a4b03f7b945
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,946
Size: 1.00 vMB
Total Fees: 0.01519344 BTC
Feerates: 313.32 > 1.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (177,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,923 737,923 000000000000000000048c2ddfe4c5bfbffd53cf888863158cc9a121250fe6b8 2,356 1.00/1.00 vMB 20
737,922 737,922 0000000000000000000878a18a35029b54747f654de61e277e91d61bb5c4a04f 700 0.77/1.00 vMB 13
737,921 737,921 000000000000000000090afab562e6b39efed46877860951611f123cabb2ff59 2,253 0.99/1.00 vMB 5
737,920 737,920 00000000000000000003bc9a40e6191777bd8cba7f9c0e1663b33ebb9cf5f8f2 2,926 1.00/1.00 vMB 17
737,919 737,919 0000000000000000000122c22ca72b7edc1f7ee598a3c022d3adfca678033dcd 2,577 1.00/1.00 vMB 26
737,918 737,918 0000000000000000000797edcd9bc96ef19835dd80357b0f061bd5b9b7716f95 325 0.07/1.00 vMB 17
737,917 737,917 00000000000000000005b8b726864390f4d86beb0a00c2df8f6f925f17eeb2d5 1,500 0.56/1.00 vMB 11
737,916 737,916 00000000000000000008de06853baf1025284561b075f99a3fb3d99f1d35beb7 1,659 0.98/1.00 vMB 5
737,915 737,915 000000000000000000002e86c7aaeda8ebdaabf9222bcd4a453512d9d44ccdec 1,397 1.00/1.00 vMB 16
737,914 737,914 00000000000000000006fb49bae64d2c5cd6dac77f0104ce35910e590ab36ff2 1,427 1.00/1.00 vMB 22
737,913 737,913 000000000000000000085a760764b4169190f0d8c174122e7bb5e4fb9094c177 303 0.13/1.00 vMB 5
737,912 737,912 00000000000000000002c1bdd7d9077998e17e2c3cc5e713890b6d76034a90c1 2,277 1.00/1.00 vMB 17
737,911 737,911 00000000000000000001523a61f2872a3a0e657577ff7b6a2362e10f2ed845c6 2,611 0.99/1.00 vMB 15
737,910 737,910 00000000000000000000a081a005632a45a8ad4f93c4290ef83313cdac6ab299 1,869 0.77/1.00 vMB 13
737,909 737,909 00000000000000000000b6afd461b0dbd098acb31968b835a2eaf1e47b1f9aaa 1,518 0.98/1.00 vMB 6
737,908 737,908 00000000000000000000a3ea232572095fbcf01fe00ab65c5a20809b77b66038 2,175 1.00/1.00 vMB 5
737,907 737,907 00000000000000000001703a58dcc4d6ca5f5aa30e705e0f93dd4ba53943b687 2,111 1.00/1.00 vMB 14
737,906 737,906 0000000000000000000288f71575246efebf562f18e6556a2ede28879118ff20 2,210 1.00/1.00 vMB 18
737,905 737,905 00000000000000000001b1213ce97113697f0a6e5fea642a91a56682056c9572 2,762 1.00/1.00 vMB 19
737,904 737,904 00000000000000000002c9218ed9082d531b90d209f40e77ef4d063cbc1cb903 2,843 1.00/1.00 vMB 25
737,903 737,903 00000000000000000001058f350ef943ffc2483598f8ccf66476a7e06de96da8 630 0.27/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.