Loading Tool

Explorer IconExplorer

Memory Pool

76,067 transactions
28.78 vMB
0.07049976 BTC
Random Selection Loading Transactions
Max Size: 175.92/200 MB

Candidate Block

Mining Attempt e6fab5ca96c3d68e462cfd7831e40da77921088a49d8ba0588cd3e9748f65873
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root abee23d48add77eaf87b63204bc8e0e2c640cd6c0855ee25bcbde5e336e99b53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.00778188 BTC
Feerates: 104.17 > 0.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (441,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,569 473,569 000000000000000000b864b4ef38e857e3637e14c994f1a189e66b91872fae3b 1,943 1.00/1.00 vMB 265
473,568 473,568 00000000000000000144d9ec16bd30688c2d8bc5af2dc66ba813df01d872b044 902 1.00/1.00 vMB 51
473,567 473,567 000000000000000000ca83701777eab393be407a386013a6d0620f739a096d6d 1,631 1.00/1.00 vMB 52
473,566 473,566 000000000000000001648f941597fdee974970ffcab280bfcb4eddd63d0d5b75 2,612 1.00/1.00 vMB 75
473,565 473,565 000000000000000000e0e5983d594ee4d4cc9b6de05829cd9bbe0d93dabbf55f 2,187 1.00/1.00 vMB 118
473,564 473,564 000000000000000000affda9a5bc3c411f4b8a5a2194d07bcbdd871ce59b29e5 1,568 1.00/1.00 vMB 167
473,563 473,563 00000000000000000102bb2d238d3d24c052f90305f06d1b44178f07e8a18b13 2,601 1.00/1.00 vMB 139
473,562 473,562 0000000000000000008de75ec6b373dd48d3691ad7f0371d03a275586a3bb2c9 2,003 1.00/1.00 vMB 123
473,561 473,561 000000000000000000e8db279529109ee71e8da9dc0565c2153f4f428f0b9d18 1,533 0.99/1.00 vMB 225
473,560 473,560 000000000000000000d6677c3684ab49de00f36c2bead1de8c0163448f7a8e4d 2,153 1.00/1.00 vMB 209
473,559 473,559 0000000000000000010c3bba6ad8f79bbe26eede6f4966bc25305fb61ec6c3cf 2,008 1.00/1.00 vMB 333
473,558 473,558 00000000000000000041b2f39c17722f7d9e27c3cc1a4c99f3f7c821c76b0997 2,553 1.00/1.00 vMB 387
473,557 473,557 0000000000000000006084e48d9f6f0958db3ca6847ba50efbdf7612fed4d996 1,715 1.00/1.00 vMB 248
473,556 473,556 000000000000000000f7ffc43fb98e34e70525a19f56d0c36628211fad80216f 2,571 1.00/1.00 vMB 366
473,555 473,555 00000000000000000071928a7e7bc90ae225a9856960314a13efdd6cc68454b6 2,026 1.00/1.00 vMB 362
473,554 473,554 0000000000000000014fa1850e4007c9dff6262257092931593c1980597ec777 2,112 1.00/1.00 vMB 183
473,553 473,553 000000000000000000c6ed5d05230eda9cf62ddd7799db3468bf36c797087a71 2,618 1.00/1.00 vMB 269
473,552 473,552 000000000000000000f5a8b07712e37421a0a2e7e6b9d5ee549e6ea935afe876 2,206 1.00/1.00 vMB 351
473,551 473,551 000000000000000000bf8dd10170e07255c88442d2e5f70d620239286f335ed6 2,121 1.00/1.00 vMB 322
473,550 473,550 00000000000000000022fff47e1827e50af321d2d301fa5d327238da6091a876 2,091 1.00/1.00 vMB 313
473,549 473,549 00000000000000000162c866941e9709280bb8468f68282c146aa768045c4e8d 2,386 1.00/1.00 vMB 322
Previous 10 blocks ↓
Total Size: 782.82 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: 710.54 GB
    • Received: 17.08 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.