Loading Tool

Explorer IconExplorer

Memory Pool

83,541 transactions
30.72 vMB
0.16950021 BTC
Random Selection Loading Transactions
Max Size: 186.42/200 MB

Candidate Block

Mining Attempt ea8b5cc0dcb47f4b693b11f6d49d01ab8e5acaf4aa7508e4be8f2d5c104dacb4
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 540b7d27a8495de3df986338fc23fadac1b18e21752632bea62339394e5a11ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,013
Size: 1.00 vMB
Total Fees: 0.08728827 BTC
Feerates: 150.79 > 8.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (500,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,151 414,151 000000000000000001e0bb1eabafa3cbae3c36e5001468da0d36f4683fcf33f4 1,765 1.00/1.00 vMB 54
414,150 414,150 00000000000000000062397fb4d8a84f3612e34de19f27ed6fe72e89946ab386 2,078 1.00/1.00 vMB 60
414,149 414,149 00000000000000000147c605372eaab0b8df05d2e5019e00a43f283e16fb135e 529 0.31/1.00 vMB 27
414,148 414,148 0000000000000000038ccc3205be98268aa8f717fbe7711fb380445fd9c3d4b9 140 0.06/1.00 vMB 53
414,147 414,147 00000000000000000347d87b1edaff2a14bb3fa976207a4f443174e192eac3e3 914 0.93/1.00 vMB 17
414,146 414,146 000000000000000002b11b265c4ed94491bc89b3b590e087dda2650b00196d88 1,727 1.00/1.00 vMB 46
414,145 414,145 0000000000000000050752fa3e239fbfcad9d4eac9720a551e0d379eb75a0dcf 2,049 1.00/1.00 vMB 51
414,144 414,144 000000000000000003e0a0cb09cd78a1947b8bfc2e4f1caab658770ba2649add 954 0.93/1.00 vMB 44
414,143 414,143 000000000000000001b7be9b93fc5813aa739f54415ccf3b7bfc3839a1f6aa5b 87 0.03/1.00 vMB 54
414,142 414,142 000000000000000004f39a7b4e8f3576d703745bbdf5f98993e597002260db4b 943 0.59/1.00 vMB 37
414,141 414,141 000000000000000000b01000a3301376c44d592f387a9eddaee9dee40f06bc7b 2,092 1.00/1.00 vMB 56
414,140 414,140 000000000000000000d7f7b54ba6117526a467f82e9686f4f1ed2cea1c6fdddf 2,187 1.00/1.00 vMB 49
414,139 414,139 0000000000000000038d1fc73dbcf89a4336f399614a0b6b7f36cf16df72c7b8 1,390 0.72/1.00 vMB 42
414,138 414,138 000000000000000000bcb3dba2eded610ec486a23c698aa949cea16b34984a99 69 0.07/1.00 vMB 24
414,137 414,137 000000000000000003d636838e081fa922e5043d797c4bf200ebaae655e6c0c2 553 0.26/1.00 vMB 43
414,136 414,136 000000000000000000a460421c4870b90545cf898f7772c56bfd6874dd230a3f 150 0.06/1.00 vMB 75
414,135 414,135 000000000000000001e87503ddab7d621a1bf85b9f4cc8c4e51c60f5d3be75c0 1,354 1.00/1.00 vMB 28
414,134 414,134 000000000000000001c3d2b4731a6eb5bae561a852b96a8345cb00482ab9f14a 603 0.27/1.00 vMB 43
414,133 414,133 0000000000000000017bc2209d8ef6caeda980817f9cafc345f2d60dedc9e5e5 2,327 0.96/1.00 vMB 44
414,132 414,132 00000000000000000112cb0ac1ca9594d4e2fffdc014f7ae22fd7fdc65e0e8e3 274 0.20/1.00 vMB 26
414,131 414,131 00000000000000000324dbf95e992081e4e8c8d8bdd0d34c5044570d9cce2433 2,212 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.92 GB
    • Received: 16.06 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.