Loading Tool

Explorer IconExplorer

Memory Pool

85,150 transactions
31.72 vMB
0.11451883 BTC
Random Selection Loading Transactions
Max Size: 194.49/200 MB

Candidate Block

Mining Attempt ade8d677dc1f8e7adc0e2843d72c9004c7cd95bb6598809f2800419493dd3c5c
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 222f5c2dcf2d0f1fd264d4f1172e689702f9a546d6652a1d9d3bb39377d5a23d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,968
Size: 1.00 vMB
Total Fees: 0.03952932 BTC
Feerates: 301.57 > 3.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (406,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,677 508,677 0000000000000000005d7c5db804b5c63aff09c3399b178915e4217f3b95249a 302 1.00/1.00 vMB 14
508,676 508,676 0000000000000000005e31ba1532ce11ca6d16de67f7e8aeeb394bc866c2f45a 816 1.00/1.00 vMB 28
508,675 508,675 00000000000000000048c99606ed821930abc11cf3048d3cd1cbc81344dda2e4 615 1.00/1.00 vMB 28
508,674 508,674 00000000000000000041ce7010f909059ddf55cd8b69ac8afecaa9ef22fa3a5d 1,872 1.00/1.00 vMB 62
508,673 508,673 0000000000000000003221f00dff0cbd762a778ee9c20729c3df54b2509dbaea 2,300 1.00/1.00 vMB 106
508,672 508,672 0000000000000000000a49bbaa9aa55c0c541e111b103cc47a1129f74c8adf8c 815 1.00/1.00 vMB 7
508,671 508,671 0000000000000000005dbde6a34eb47a15adf875e8b0b094f42ba85a1a5d7dbd 1,259 1.00/1.00 vMB 30
508,670 508,670 0000000000000000000da655d0315443e7cc1679b9b9a12e162d5a5e76057d70 665 1.00/1.00 vMB 32
508,669 508,669 00000000000000000033b2acdbc261f969806da1e5cc997188021a505a5f6845 2,681 1.00/1.00 vMB 150
508,668 508,668 00000000000000000012a644732b48734f29f1539c5d998d8489e39aa017d482 451 1.00/1.00 vMB 22
508,667 508,667 00000000000000000047e5994589c2069900fcddfcdd9ec4d84337aac04d8ead 1 0.00/1.00 vMB 0
508,666 508,666 0000000000000000000cf50f92c15a22145234fc20519a0f2adc0f4e886c4832 193 1.00/1.00 vMB 9
508,665 508,665 0000000000000000002d317416a5d84cf97fca281c11a960bedc34f13cefc43f 686 1.00/1.00 vMB 39
508,664 508,664 00000000000000000017dee6ab0bc18f1a71454f234e38a6a059c6ac80615b86 1,896 1.00/1.00 vMB 94
508,663 508,663 000000000000000000068714a0030b2d7064ce46e2917b95070454517ebc3e45 1,583 1.00/1.00 vMB 69
508,662 508,662 000000000000000000128b040d3fa0ad1092c1e1cbbbd3576491c4f832f65e96 1,918 1.00/1.00 vMB 43
508,661 508,661 0000000000000000003d863d67b7f14853ce5273aa227f6f47dc9957dbd99aa4 1,552 1.00/1.00 vMB 106
508,660 508,660 000000000000000000261ce182a5225db7490ea669f346338d61d6a7285d1456 2,718 1.00/1.00 vMB 124
508,659 508,659 00000000000000000002d0c28e1aa3f50147c4b76971d174e8aaf3e7f8b3f2a5 762 1.00/1.00 vMB 51
508,658 508,658 000000000000000000552b92559bcdbbf021e4f19a2af753f0f3b1d57a2724c0 1,985 1.00/1.00 vMB 77
508,657 508,657 00000000000000000038eb8467d006870364a46b7d3ad6f341a4aa41745d125c 1,186 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.