Loading Tool

Explorer IconExplorer

Memory Pool

32,153 transactions
25.04 vMB
0.04956540 BTC
Random Selection Loading Transactions
Max Size: 125.83/200 MB

Candidate Block

Mining Attempt 3275ffb1d31f98ea8b3c4eb609df4d6d8601fdea1189c7a2b13f16d617a57ff2
Version 20000000
Previous Block 000000000000000000019dd1c564ae94c30db263064959627df766509c104535
Merkle Root f1935d8c0fdb110095ed267c291211cde0ab0a9868bd34abe8b3a54c6e745491
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,591
Size: 1.00 vMB
Total Fees: 0.00447749 BTC
Feerates: 80.43 > 0.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,698 (246,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,073 668,073 00000000000000000006f2625a9b47fa92fda9f0da7a1522cf64b0f1508fe56e 1,429 1.00/1.00 vMB 22
668,072 668,072 0000000000000000000c75c4c6d41e2c29b8d8cc008ee56f060f98f453423d71 2,349 1.00/1.00 vMB 29
668,071 668,071 0000000000000000000ad8309af3a6e3d3186be2e6fb96b60d478c20f15d9943 1,534 1.00/1.00 vMB 72
668,070 668,070 0000000000000000000b0cca5b4af60772bc7ca11aea2db4c8a20b65bb2dc0e7 2,784 1.00/1.00 vMB 111
668,069 668,069 000000000000000000072ef31fead962b9b5a1189a97a069da2cc13adfd2ac9b 1,505 1.00/1.00 vMB 20
668,068 668,068 000000000000000000033c078f402231dc50386a882a91fac3faee4daee7ad4a 1,645 1.00/1.00 vMB 28
668,067 668,067 0000000000000000000d01937fe958cece2b939c041dd39d9158f9f10e7a69b4 2,631 1.00/1.00 vMB 59
668,066 668,066 0000000000000000000a20c322e091d714d1778ed2a07522f11c00b9056d3c96 1,118 1.00/1.00 vMB 13
668,065 668,065 000000000000000000074bc6a39c9baaa96977fd799fde930d9f79387085498c 2,419 1.00/1.00 vMB 44
668,064 668,064 0000000000000000000388c58674532dec3a22013070fd65654ff9517780f435 2,676 1.00/1.00 vMB 52
668,063 668,063 0000000000000000000c837cc4a5deb7e7f3569f500378bab65de08d57bf193f 2,651 1.00/1.00 vMB 56
668,062 668,062 0000000000000000000d1070754406abc9cc193cf102c9b47870c8b909ae66b1 2,211 1.00/1.00 vMB 73
668,061 668,061 000000000000000000049dae6ac421012c91d44b1ea7af2c77158cb17fadd01c 2,646 1.00/1.00 vMB 109
668,060 668,060 000000000000000000051ef56a2ea554b0de66f6c89fc8cbd700908a94fd5c01 1,883 1.00/1.00 vMB 36
668,059 668,059 00000000000000000007c07fb97d2869164b4924600338116c8da6ebdc12489a 1,757 1.00/1.00 vMB 52
668,058 668,058 0000000000000000000ab5ab92bb45f5b5ac5ed85dd4e226105e1ed340976667 1,918 1.00/1.00 vMB 24
668,057 668,057 00000000000000000002a75e71a06573c255aa48581b4553a748f517778b3157 2,563 1.00/1.00 vMB 20
668,056 668,056 00000000000000000003345694f7dca547bb54758e1995b0178f4af53e356f92 2,754 1.00/1.00 vMB 81
668,055 668,055 0000000000000000000cd1bd703763d251b6eaafc81a71cdf2d9f4bc3ee09520 1,638 1.00/1.00 vMB 20
668,054 668,054 0000000000000000000227636894e8e9a85d258544141f2a9227591f3a6d961b 2,417 1.00/1.00 vMB 38
668,053 668,053 00000000000000000001212ecf240c2d0fa8d813d1dfda14218269885187e3c6 2,758 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 781.85 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: 638.88 GB
    • Received: 12.50 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.