Loading Tool

Explorer IconExplorer

Memory Pool

81,366 transactions
29.88 vMB
0.13429271 BTC
Random Selection Loading Transactions
Max Size: 180.88/200 MB

Candidate Block

Mining Attempt 5507978307b87e880c64259bca55bdc0a7bb5ae64cf1fe9762a00c782b253929
Version 20000000
Previous Block 000000000000000000005c2fc4d2b95ddb889fb35eace1de4a362d4b7706c2e6
Merkle Root ff57e61c969547b601f3c915b46b18731254e6bbe601caf7bd65da39a1d48615
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,942
Size: 1.00 vMB
Total Fees: 0.06838675 BTC
Feerates: 213.90 > 6.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,109 (343,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,478 571,478 000000000000000000211a65a72a8ef3d33b4f0d7ef2599db3f0520c1b3cbbe8 2,797 1.00/1.00 vMB 29
571,477 571,477 00000000000000000007136a3c62a69aee623d497d170b06ca2b546ee3e4e20d 2,734 1.00/1.00 vMB 57
571,476 571,476 0000000000000000000816e7bd864cf7aa97d4ea6a45e84a75e1b84317c7cd7f 3,006 1.00/1.00 vMB 83
571,475 571,475 000000000000000000266c6ddfb3c7d76378c4f75cb02a08810569ec88b10925 2,638 1.00/1.00 vMB 129
571,474 571,474 00000000000000000020ca8e284298a8bf13542a3a17b9a0de7602f898be3684 1,239 1.00/1.00 vMB 140
571,473 571,473 0000000000000000001d9a63ed39e272bc5977483977ac1718958584f02f0a0a 3,020 1.00/1.00 vMB 8
571,472 571,472 00000000000000000028d7224b1d162c8bf5dd8686a6e6ccf4f760e2619f549c 2,444 1.00/1.00 vMB 46
571,471 571,471 0000000000000000002050c9aa883369c9db8e7cd104b19819db8c6004eba4ce 2,747 1.00/1.00 vMB 30
571,470 571,470 0000000000000000001fce9577131c6aebc98f41edddc2f548f03a7736e8aa2d 2,267 1.00/1.00 vMB 79
571,469 571,469 0000000000000000002373100fc4214b15881128c42b7637b3111f317b4fed2a 2,411 1.00/1.00 vMB 82
571,468 571,468 0000000000000000002bffea7f2e2dd3ee7d21bad979eab325b99b2f62d06bf0 2,650 1.00/1.00 vMB 111
571,467 571,467 0000000000000000002b1b27971a6c1188f56efec2f23d1175d056fc3c421e9f 2,847 1.00/1.00 vMB 107
571,466 571,466 00000000000000000011efc98ff70cf965911b8b95e2f01cfc724a04afef1b94 2,957 1.00/1.00 vMB 132
571,465 571,465 00000000000000000028fea6299931a7069501203c813baa14f31be36502cf9d 2,760 1.00/1.00 vMB 27
571,464 571,464 000000000000000000199802ad076e46c2d0ef5428c935cf6aa7e063abe07ac1 2,454 1.00/1.00 vMB 31
571,463 571,463 000000000000000000183fd974fbfcdc68427965cc7336ca3d2c359d3a38fba4 2,336 1.00/1.00 vMB 8
571,462 571,462 00000000000000000023b279971f38b4de423267d5fa152b34b09eee0f3a9958 3,089 1.00/1.00 vMB 44
571,461 571,461 0000000000000000002619705ac4e011c3915debd498852197b91f747adb8801 2,298 1.00/1.00 vMB 85
571,460 571,460 0000000000000000001b17c36d19796bd448b36f0b27154175eeaafb09847515 2,455 1.00/1.00 vMB 265
571,459 571,459 0000000000000000000252e53f6b5180d02d88ec28f32205e30562369d8fe80a 2,532 1.00/1.00 vMB 27
571,458 571,458 0000000000000000001848c1b5873cdaa241f2ac12ec782ecfdd3a14835a2f02 2,816 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.58 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: 671.33 GB
    • Received: 15.91 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.