Loading Tool

Explorer IconExplorer

Memory Pool

75,823 transactions
28.64 vMB
0.08580012 BTC
Random Selection Loading Transactions
Max Size: 171.86/200 MB

Candidate Block

Mining Attempt 0ac184091b16d73d47df6a7cb5ef8543c24e17ee30db15b3e5b37c29655ac6e8
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root c9aa49957739e35f66f5ef8c562daa09c3c33f722841fa45b8bfad6d473a82e1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,357
Size: 1.00 vMB
Total Fees: 0.02008107 BTC
Feerates: 65.95 > 2.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (264,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,967 650,967 00000000000000000002f6ebcaa3d49abccad0dce99b59da246d2816217b21df 2,770 1.00/1.00 vMB 108
650,966 650,966 000000000000000000014c6e9a2c07432c26cd3c804e2cd18ef3e133fa46ba44 2,991 1.00/1.00 vMB 130
650,965 650,965 0000000000000000000bd7725e42b34610c782ad2f44086740f6f2331ba38d34 2,766 1.00/1.00 vMB 77
650,964 650,964 00000000000000000003b189bd07479cee8d7ad01fdc6bf4dfab5a14511eb88c 2,263 1.00/1.00 vMB 115
650,963 650,963 00000000000000000006f77ff9fc5bec7216a2827c53e1ad9f5689b5903d7c95 1,861 1.00/1.00 vMB 66
650,962 650,962 0000000000000000000741607948e89450377497f65cc5b3823d341f659faeed 3,000 1.00/1.00 vMB 86
650,961 650,961 00000000000000000004c990f999fad96461311303c8720843f5a36155db3544 3,135 1.00/1.00 vMB 113
650,960 650,960 000000000000000000007f889a923183bb58dbc67cbf79293071143b29089251 2,380 1.00/1.00 vMB 102
650,959 650,959 00000000000000000009e711623c1f0c26a4b5486c6eff56d8c670028e2605c4 2,850 1.00/1.00 vMB 124
650,958 650,958 00000000000000000007583bd8b5596d8fa22a9c96428d42fa4cd1abb3b0ce69 2,219 1.00/1.00 vMB 61
650,957 650,957 0000000000000000000a0cb7e19af6872c01af467e3a41c6ab5414eeb9b9d4e3 2,488 1.00/1.00 vMB 76
650,956 650,956 00000000000000000004f23ae167107f08f6092c02a0e203aa15d10a655ede87 2,050 1.00/1.00 vMB 112
650,955 650,955 0000000000000000000778bb858e7d3639a24fda39b276fa8481a4d9b2e3db10 2,890 1.00/1.00 vMB 98
650,954 650,954 000000000000000000081821e405f847031cfa47de084323e1ba567efa15c391 3,186 1.00/1.00 vMB 99
650,953 650,953 00000000000000000004c0ef5295d3966078674ccff41869e28bb727a91bb393 3,103 1.00/1.00 vMB 117
650,952 650,952 000000000000000000000555b12d8fdd7b6f1178d3d59e89889f7662aa95790d 3,085 1.00/1.00 vMB 111
650,951 650,951 0000000000000000000adee0e49ccea73f18a8a33290c6f841ddd7a51bdbdd44 2,842 1.00/1.00 vMB 111
650,950 650,950 00000000000000000000dd2ea744b1415ae25a6c5e1e502e1d03e041b89fcc72 2,785 1.00/1.00 vMB 122
650,949 650,949 0000000000000000000d624edc39d205e8e5275f69e2815bd836d2e88059d8ae 3,057 1.00/1.00 vMB 85
650,948 650,948 000000000000000000029f4f92f0435390d64e563e675e46f8accfe1c6f3352d 3,081 1.00/1.00 vMB 104
650,947 650,947 000000000000000000064db1c9de9413bfc5680500febdcd3ecee0323cc19926 1,805 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.86 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: 712.82 GB
    • Received: 17.23 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.