Loading Tool

Explorer IconExplorer

Memory Pool

28,016 transactions
7.88 vMB
0.06120036 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.33/200 MB

Candidate Block

Mining Attempt 78c43cd00532fd63783a08c314a285750c0934a3d5f617a3733495473103e7a7
Version 20000000
Previous Block 000000000000000000016ab6a894f36a196d51cda84e47c1d4e51ee548839bd1
Merkle Root e750d84b0b8cb7b37bfa0275ae42722d77a04ce871a7aebca94289394584b589
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,175
Size: 1.00 vMB
Total Fees: 0.02382523 BTC
Median Feerate: 2.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,226 (780,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,834 132,834 0000000000001295b1707e1baa4414a0e6ec36667403ebf08842ab0bdc4da122 53 0.02 vMB 343
132,833 132,833 0000000000000407e5d33535b59438828ffdf206c20e2a657316dd3c9e6ddb82 20 0.01 vMB 189
132,832 132,832 000000000000128a9d3f542b258e4d7afac7cf0261eae8145b77493b4fd55b9f 13 0.00 vMB 350
132,831 132,831 00000000000002a2f319fffd6264334d2c98b5a037e3e58757c5fd9c863465fd 96 0.03 vMB 284
132,830 132,830 00000000000009d3799cd931b1ab63de082fb8f20f625a69192cd5219082a006 32 0.01 vMB 290
132,829 132,829 00000000000003358a11e0bcca73676b14b78f43b7a5aed3570a55e0e073bf8b 18 0.01 vMB 130
132,828 132,828 0000000000000956e8e421c75e849af42d715a3b156400477c9b90b811d538a6 142 0.05 vMB 240
132,827 132,827 000000000000015d7cc1a6e2098d9a3b35999d3d29547ff09955fef1f9451411 147 0.05 vMB 189
132,826 132,826 0000000000001063ea4306bfcbf9cb4db4e792ac958054e62f59a9905bf2e511 115 0.03 vMB 2,541
132,825 132,825 0000000000001197869fa4545b406938cf7fbca8b3ec64b14e8d234669ebcfc2 13 0.01 vMB 824
132,824 132,824 00000000000000349012f67e96c81572825af74b6ccddb3adb6594d5df254f39 48 0.01 vMB 165
132,823 132,823 00000000000012f6270cf9b03d8ffc9aa144fa587140a1be20e24c05edd008f1 84 0.03 vMB 201
132,822 132,822 00000000000002b368f59464e2540ba19eccb1261341520bd387770d5d401b9b 12 0.00 vMB 87
132,821 132,821 000000000000120078f8a11007cb9b248eba7fcb872e44fa6550ac9abbc38bf0 33 0.01 vMB 650
132,820 132,820 000000000000018c16610a65e273962ba9375048ab12b1f90a5186b323979845 72 0.03 vMB 277
132,819 132,819 000000000000074658cfce104b99456420853101d123a4c63d8c3ff9b274df0e 9 0.00 vMB 84
132,818 132,818 00000000000010b2bbee4e4f6c908ba989a4d54ad94254965810df1abbb26ebb 98 0.03 vMB 63
132,817 132,817 0000000000000562530aff8fbbfd58c7ee27464f925e667ed2d2e2efc0804d70 39 0.02 vMB 637
132,816 132,816 00000000000005ca5242e8f78eee0c1f60885193258d10da8b0984b87ec29d38 48 0.02 vMB 266
132,815 132,815 00000000000010908c2941b2143f728868bd60ae264d1729f21883277287a79d 18 0.01 vMB 411
132,814 132,814 0000000000001138daf2dbf83c4aa6f51fa5ce6822e4fb2eb98a96bbff39a834 31 0.01 vMB 819
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 76
    • Outgoing: 10
  • Data Transfer:
    • Sent: 25.37 GB
    • Received: 0.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.