Loading Tool

Explorer IconExplorer

Memory Pool

84,930 transactions
31.85 vMB
0.16798585 BTC
Random Selection Loading Transactions
Max Size: 189.62/200 MB

Candidate Block

Mining Attempt c505f7206a79f25a9258c92abbadc3d3664994907524fe1575e3f6d5233ceab8
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 6e90cf7d50b898d82e28e8d9f55e7e3dff6c30626d70b43f432136c9071b4989
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,014
Size: 1.00 vMB
Total Fees: 0.05324191 BTC
Feerates: 402.75 > 5.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (485,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
429,753 429,753 000000000000000001ee093136f1d9573af75a6a144ad472c457d4687e6e9abc 2,135 1.00/1.00 vMB 62
429,752 429,752 0000000000000000009f79a2f50763698110738274768411fd08342df1f92064 2,687 1.00/1.00 vMB 69
429,751 429,751 0000000000000000044d54377de86d816eb2a2d36d6577c7db8224f28acf2568 193 0.98/1.00 vMB 5
429,750 429,750 000000000000000004850fdd868aa47fd4560f43ee0a43d4ca9888db5dbc65ce 1,750 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.65 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.66 GB
    • Received: 16.30 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.