Loading Tool

Explorer IconExplorer

Memory Pool

44,690 transactions
27.39 vMB
0.09552021 BTC
Random Selection Loading Transactions
Max Size: 144.74/200 MB

Candidate Block

Mining Attempt ceeba1157e45a97cc46f41a7b8893e0cf420a86227ce5901e7e18960ad6345aa
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root c89ee15bc692c35048a5c84e25a2872272ecbfe8b75ef9ddfc7fdb032606503f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,751
Size: 1.00 vMB
Total Fees: 0.04421085 BTC
Feerates: 150.75 > 4.43 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (237,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,071 677,071 00000000000000000000f28ea32b52d6d1dc2fffa660da522a7f4492f379d72f 1,775 1.00/1.00 vMB 87
677,070 677,070 0000000000000000000b4bd8b3b9be9ae214a3d481b4de0d372cb8d3f905ae9a 2,243 1.00/1.00 vMB 73
677,069 677,069 00000000000000000005909628b2c9a772c319299922a1bd5109ec905980f153 2,432 1.00/1.00 vMB 78
677,068 677,068 0000000000000000000856502383e413e3319903a98b26b8f2b2f8e181ff92f8 2,424 1.00/1.00 vMB 74
677,067 677,067 000000000000000000088be16c41e5fa72ef0597cc310884526f85691aec90a4 2,599 1.00/1.00 vMB 56
677,066 677,066 00000000000000000000fc0362be499380502896f4a82d9f2fac6b583255ea5b 1,611 1.00/1.00 vMB 74
677,065 677,065 000000000000000000044498f63826d0e1ecef14fcd65d057108e7751639efb8 1,830 1.00/1.00 vMB 65
677,064 677,064 000000000000000000061131777ca0d001dac2d35dbd49143e07ed700987bfea 1,249 1.00/1.00 vMB 66
677,063 677,063 0000000000000000000aaf15501505d01dca7f5cc22013b8e57c8534624beccc 1,178 1.00/1.00 vMB 63
677,062 677,062 00000000000000000005128c8ce23be9c7d40b946ac2106930a4eaf80ce8b0a7 2,060 1.00/1.00 vMB 59
677,061 677,061 0000000000000000000934f105090d9b81f4dbc057f993d27b494eeb8db0ef3b 2,423 1.00/1.00 vMB 78
677,060 677,060 00000000000000000002d8f3e23eb0b11d648bb00fec15b2cc6dba601e23c35f 2,443 1.00/1.00 vMB 60
677,059 677,059 00000000000000000005fe25df2c3557d511f7ba85095c4422420f83cdc3ff6a 2,786 1.00/1.00 vMB 77
677,058 677,058 0000000000000000000560a0578810e45036b555970a4a7b10eca29784e50687 2,462 1.00/1.00 vMB 92
677,057 677,057 00000000000000000007ee6b40585a9a865a493a70f8ac98b25fd80fa1539f06 1,802 1.00/1.00 vMB 86
677,056 677,056 00000000000000000007f916fb21d3f1bcaf868528e476e54f331b53219528c7 2,337 1.00/1.00 vMB 93
677,055 677,055 0000000000000000000a7982c0a6e8a7dbe5677eee33c9793e6cf428a9e6c849 2,695 1.00/1.00 vMB 98
677,054 677,054 00000000000000000008dbf50125164ccc8cff63cfd4c9d88c477106bf025bfb 2,670 1.00/1.00 vMB 67
677,053 677,053 00000000000000000007b947a9343cb03d8fd7b44f4fcdad8f268d41d810f624 2,592 1.00/1.00 vMB 83
677,052 677,052 0000000000000000000b7472e0a0a6d0681a942bf25a5a68ffdef9c3f61e5d03 2,860 1.00/1.00 vMB 96
677,051 677,051 0000000000000000000971e0fb40d3b17cf319c19666519d3af0377ed5501e05 2,675 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.