Loading Tool

Explorer IconExplorer

Memory Pool

79,165 transactions
29.78 vMB
0.09368727 BTC
Random Selection Loading Transactions
Max Size: 179.81/200 MB

Candidate Block

Mining Attempt 494899fd7cffce3c99f37fb255522a5f7ac80d9b070a2ea2a7efd750f074f1a3
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 090d0c80475d302049c33a977ec87bac4ffe9084575119f76cdc3f922bbea2aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,592
Size: 1.00 vMB
Total Fees: 0.02698902 BTC
Feerates: 101.62 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (485,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,774 429,774 0000000000000000011eec2e6deea1dcb9a310253b80343207adf235902a27ac 456 0.57/1.00 vMB 17
429,773 429,773 000000000000000002c22a4649cc62ca7f2dad7c924303ff13b1a4ccf8a0a9a0 1,839 1.00/1.00 vMB 84
429,772 429,772 000000000000000004291d42331f661599da949b99eb170e8f946a7cf33195e7 807 0.70/1.00 vMB 25
429,771 429,771 0000000000000000020d89da00c37ca3c25fa5cdd1536d3daab6b68c7cd22b76 1,924 1.00/1.00 vMB 40
429,770 429,770 000000000000000001afb9a6cfc54f833f73a482f766d71eb48b81bfa5c37144 2,878 1.00/1.00 vMB 70
429,769 429,769 00000000000000000086bcbac5b2e47b530b7eb1099fd2c47a4091f8722779fa 2,745 1.00/1.00 vMB 70
429,768 429,768 0000000000000000049e0bc4f6b4849f25f1821eb87b3f2be3ff2c4d435a0b26 1,869 1.00/1.00 vMB 41
429,767 429,767 000000000000000001bb8a14a76fa6a04caae857a287bfc512b05efedfd45911 2,399 1.00/1.00 vMB 65
429,766 429,766 000000000000000003755fd105b81264d5167450f321fa45d27bde55ff768989 2,301 1.00/1.00 vMB 57
429,765 429,765 0000000000000000048e4a2c838a11dac4a4a466d400d3337b67d4c97d31e359 2,201 1.00/1.00 vMB 53
429,764 429,764 000000000000000000b520b877ec46516aca084ff12944b0843f992626267469 2,060 1.00/1.00 vMB 70
429,763 429,763 000000000000000000a8d84b9fbb8d42b48f7a53bd8c057ed49004c27f5c6cc9 1,700 0.75/1.00 vMB 55
429,762 429,762 00000000000000000270dc1844c26b56d46c54831423dc4e010be7167203a0a0 87 0.04/1.00 vMB 49
429,761 429,761 000000000000000000245d227e582cbba81b416fb5ad815ae23aa8f2dd212dd2 567 0.35/1.00 vMB 36
429,760 429,760 000000000000000002b0f2a4b4079621d13f1049ab2efb92f6be3b84e0315565 2,121 1.00/1.00 vMB 51
429,759 429,759 00000000000000000036af3d908c318b866eefaeeadb1629ce2dcf5f5d967051 2,681 1.00/1.00 vMB 70
429,758 429,758 00000000000000000172f6396fd6035f458d0edf713219a185c95dfadb6546ea 1,566 0.98/1.00 vMB 40
429,757 429,757 0000000000000000032c2fbcb71b084dbfd20036aa06fdfcd76ef3c3198a047d 1,492 0.72/1.00 vMB 60
429,756 429,756 0000000000000000040760474a81a64d5e4d84097b670ebafd3f021adc6a34c3 675 0.30/1.00 vMB 62
429,755 429,755 0000000000000000044954323fe03a48aa5c7069dbc4f3d677dca3e0e8b07a74 511 0.88/1.00 vMB 23
429,754 429,754 000000000000000000316376f8dd7c8ceecb927bcf8880a96913aea08b7aa588 2,250 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.62 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.04 GB
    • Received: 16.12 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.