Loading Tool

Explorer IconExplorer

Memory Pool

85,116 transactions
31.67 vMB
0.10077063 BTC
Random Selection Loading Transactions
Max Size: 193.24/200 MB

Candidate Block

Mining Attempt 52c94f4262b00592b658433bc7453c56570c107d609c687b40f2f873087cc642
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root efacb835fa1754027ae2ab4b3cbe7be55a0db2933cffb960a022cc777a8c865c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.02659763 BTC
Feerates: 150.77 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (239,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,552 675,552 00000000000000000008d9b935909d950eccdc83d55cbf9202cc4fdb4b3b680f 887 1.00/1.00 vMB 51
675,551 675,551 000000000000000000088b3d9742d17923844148b67b14fe8f31686c11cbe106 1,898 1.00/1.00 vMB 49
675,550 675,550 00000000000000000003cdae7d624b4b7c6bbaf3c5c73513cadf4f2682c6ac42 2,040 1.00/1.00 vMB 32
675,549 675,549 0000000000000000000268fb3e104c8b3c948422f4760350e47dc429331dcc3b 2,016 1.00/1.00 vMB 46
675,548 675,548 0000000000000000000cc7fb1b07b9a40fd31b1403589c175448ee01a6c1cd49 2,145 1.00/1.00 vMB 58
675,547 675,547 000000000000000000048428c17aa875a2c01cfe6c5ce06a1932abe6f1f428f4 1,419 1.00/1.00 vMB 42
675,546 675,546 0000000000000000000447fed6b502df088caabe4565f00ab99d2c3647208c59 2,376 1.00/1.00 vMB 59
675,545 675,545 00000000000000000006c4aed31a33c4179b126224f5ccc3ae516181cc4e4c31 1,796 1.00/1.00 vMB 33
675,544 675,544 0000000000000000000045a27ab515e74d5f2b39198cabf34ed9e8596454f7ea 525 1.00/1.00 vMB 12
675,543 675,543 00000000000000000000d9c220164b26f9c819a64ff5957d194ccefc5b17e780 585 1.00/1.00 vMB 14
675,542 675,542 000000000000000000064532a7673e0b8dde4be8f12395494c154d1f164b427b 980 1.00/1.00 vMB 22
675,541 675,541 00000000000000000003b65b8117344d67319984bb528832cb878406e3bc9cd7 874 1.00/1.00 vMB 79
675,540 675,540 00000000000000000000622c6f6f5491149506f065bd14399aa3ec91dce32e9c 1,385 1.00/1.00 vMB 37
675,539 675,539 0000000000000000000264b663713889b374b74fb8c30b6cabb2cc68c460505c 1,599 1.00/1.00 vMB 45
675,538 675,538 0000000000000000000c6469a1c1c559c60c4283206d79bb36cec375e508b180 891 1.00/1.00 vMB 19
675,537 675,537 00000000000000000004bc4dc71b25ad79d50ef93d2c305b24f5a7ac651ce4ca 1,138 1.00/1.00 vMB 13
675,536 675,536 000000000000000000083cc4e8b07fa2038474c51a38c53d253c7bdb11101e17 1,559 1.00/1.00 vMB 19
675,535 675,535 00000000000000000000ceaff6991e51d8ddd0174f6d6e2827debd03f0750304 2,567 1.00/1.00 vMB 59
675,534 675,534 00000000000000000003166ae8f4e18e4f71e8afa0cc26e21a8e3b5aaefb3c15 2,197 1.00/1.00 vMB 30
675,533 675,533 000000000000000000058cec8f89f4389e8696bc12c9a8f83293ae62ecd00c5e 2,486 1.00/1.00 vMB 69
675,532 675,532 0000000000000000000a18a7f4fc441f8279e34632c6bc0716db43e8c17cbd73 1,188 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.97 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: 716.12 GB
    • Received: 17.78 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.