Loading Tool

Explorer IconExplorer

Memory Pool

80,818 transactions
29.81 vMB
0.09113638 BTC
Random Selection Loading Transactions
Max Size: 178.35/200 MB

Candidate Block

Mining Attempt a443a320bbf5c4e05fce1592905cbcd3292562ccf88b8c0f6adba90fa83f11f0
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 0f10fff46d4c102575df2a3a8a9ebfbac4b3e0c2de228858154be3635017ef2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,698
Size: 1.00 vMB
Total Fees: 0.02961904 BTC
Feerates: 150.77 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (134,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,977 780,977 00000000000000000002a695826bfd50621ea41c6c5babc3c07f7b6295e56287 2,051 1.00/1.00 vMB 15
780,976 780,976 000000000000000000016ba23f56cc600d2993ec1880d39e731dd1a68afa4fd2 1,253 1.00/1.00 vMB 19
780,975 780,975 00000000000000000002198ff00a80025bd229fa9c3788601288027c1d5d95b1 1,704 1.00/1.00 vMB 23
780,974 780,974 000000000000000000015e0d566bb1ee586dd7b05b44ed9a3d6deee8e4f2bfad 3,289 1.00/1.00 vMB 30
780,973 780,973 0000000000000000000286e3e8c5555e2fa39e0b1df7dd8e0a2743a4b2d7a9b1 3,181 1.00/1.00 vMB 35
780,972 780,972 000000000000000000015b3e69bdf45a0c05733cd29746c10098ff5a5dd3db28 3,113 1.00/1.00 vMB 34
780,971 780,971 00000000000000000005b7a88f4539a347c5ce4470ed7ba1f5f3ef9c905386d3 2,364 1.00/1.00 vMB 45
780,970 780,970 0000000000000000000560e72b391e5220bca53bc664241efe0a930c57cde807 2,926 1.00/1.00 vMB 33
780,969 780,969 0000000000000000000583dc8379dec8c1a8b3435479bf6224dbf07f4a8263ff 2,653 1.00/1.00 vMB 21
780,968 780,968 00000000000000000003ad8db7ab496ae6bcdb6d36e395900522f6fc6f1c034d 2,990 1.00/1.00 vMB 27
780,967 780,967 00000000000000000000520478ad23b641fbb1300e9d8c12091ef7b31607f573 1,792 1.00/1.00 vMB 13
780,966 780,966 00000000000000000002f437fc2878613788d57803202323049503dac125a827 2,580 1.00/1.00 vMB 21
780,965 780,965 00000000000000000005998fead1a727325e66987116065f0d0703ac6ba7023e 3,353 1.00/1.00 vMB 34
780,964 780,964 00000000000000000001fd81a5bb62901afe3731283a6e63d1426465b6e9143c 1,877 1.00/1.00 vMB 15
780,963 780,963 000000000000000000011cfc7dff86a43999dc7bd1247602ee4724a0dde7e648 2,566 1.00/1.00 vMB 37
780,962 780,962 00000000000000000003e2ccb8990c2ba71c68b61b7dea4547b6e77baeafa33f 2,227 1.00/1.00 vMB 31
780,961 780,961 0000000000000000000004c93cf80a433f4a72f053737359324c2240464a2f6e 2,746 1.00/1.00 vMB 15
780,960 780,960 0000000000000000000649e095a540b093d88147b632fb46c713dde7e9c0973d 3,236 1.00/1.00 vMB 27
780,959 780,959 00000000000000000005751b96191370faa87f7c6e9736b37d135945f09c702c 3,591 1.00/1.00 vMB 42
780,958 780,958 000000000000000000058ab7e1e654efa78194447e016c1425874fd4a01a8424 3,268 1.00/1.00 vMB 38
780,957 780,957 0000000000000000000659ef2c0e7e9aa7c2e154b2d8697f816c539069ddbf22 3,213 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.52 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: 668.76 GB
    • Received: 15.56 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.