Loading Tool

Explorer IconExplorer

Memory Pool

83,711 transactions
31.43 vMB
0.09872672 BTC
Random Selection Loading Transactions
Max Size: 191.61/200 MB

Candidate Block

Mining Attempt f6d52266696a6d9d198e4449c17c903d8fba52199bb2b318c0c56683fa9c540c
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root 5c2f4194628cfec58d3d539b990ed90f10789d50edccdeb2c28f1ffe5c78fee3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,269
Size: 1.00 vMB
Total Fees: 0.02602528 BTC
Feerates: 177.93 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (488,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,953 426,953 00000000000000000178e22177c92628a07c908c144fba659b91e580352c7b04 2,665 1.00/1.00 vMB 81
426,952 426,952 00000000000000000229d4fc0158fa9cf6559fe58c3e3390e078f14632351fdc 2,805 1.00/1.00 vMB 80
426,951 426,951 0000000000000000038be191e986ee03397601b2adb41895928291d1d388eb03 2,538 1.00/1.00 vMB 59
426,950 426,950 000000000000000002e61d0aafe4a195e1f2e78a84f33b38065b289fd4098b3c 2,223 0.93/1.00 vMB 57
426,949 426,949 00000000000000000068e800cacc8f825445d744d3d1c99b907ccde87282adaf 2,338 1.00/1.00 vMB 99
426,948 426,948 0000000000000000047b7335f92a7b6a452797ccf438442e99c3972bafa958c4 2,228 1.00/1.00 vMB 71
426,947 426,947 000000000000000001a5885505612fbaf91a70605328f512756c3400c0c835e8 2,461 1.00/1.00 vMB 59
426,946 426,946 00000000000000000336767dd22b616518d7dec608b7768ed9ce4bf0dcc88091 1,942 1.00/1.00 vMB 52
426,945 426,945 0000000000000000044318842273f9d3092fb92d53d69cd8a0c7ab8510d43431 2,633 1.00/1.00 vMB 71
426,944 426,944 0000000000000000008bb910120722a714b26e247b9e0aba7168863bc1ce0df7 1,487 1.00/1.00 vMB 36
426,943 426,943 000000000000000003542eb79b302a29488d3d90cbdf4148d4cada6d9affd602 2,283 1.00/1.00 vMB 57
426,942 426,942 000000000000000004f00d390f9f7d5974a8a7e24f60c21819166f6f7f103eeb 2,641 1.00/1.00 vMB 84
426,941 426,941 0000000000000000017385c41f00ac516443fc3c81ca55e2145824a7887b0186 2,307 1.00/1.00 vMB 61
426,940 426,940 000000000000000000db5e75c287a3616fa2fe4c0ada25e07ceae5bee9bfd936 2,733 1.00/1.00 vMB 62
426,939 426,939 000000000000000001c6853aebfa12a2562c52cd0c84105219c1b2873b7a5b7e 2,693 1.00/1.00 vMB 80
426,938 426,938 000000000000000002e1982c871ce0861820dc81be91e18a46b964d1c0ce468d 2,833 1.00/1.00 vMB 67
426,937 426,937 00000000000000000007ce058ef593bb64542d85aaf1114689176050f454fa99 2,878 1.00/1.00 vMB 71
426,936 426,936 000000000000000001963e81cfb02be945bcc2455442b2b0afdc7828bd1a0e63 3,071 1.00/1.00 vMB 92
426,935 426,935 000000000000000003b0da9bf5737e64b160803f47ce88235b6318c1e0e47d62 2,272 1.00/1.00 vMB 58
426,934 426,934 0000000000000000047df3f4c647a0af44912700faca5bfcfa91f136e9b07ed6 2,409 1.00/1.00 vMB 54
426,933 426,933 0000000000000000041b563c3ad93829482d7c0b57ff2e1b992bc1f402b04ba2 1,662 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.97 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: 715.93 GB
    • Received: 17.75 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.