Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,971 transactions (0.71 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,681 000000000000000000022b910000000000000000000000000000000000000000 0.71 vMB 1,963 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,680 (88 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,592 911,592 000000000000000000014710fddd73aead38e51540f2d6fdb004e49c923d5298 1.77 MB 5,048 0
911,591 911,591 0000000000000000000189bb0d845bc73dff0bc9dab5550bccbe3b06db0a2aeb 0.99 MB 2,134 2
911,590 911,590 00000000000000000000a74614f17afeb00857b9fe25174187f6bcee6fc6415d 1.71 MB 2,902 2
911,589 911,589 0000000000000000000199e9b1928434ca1990314e990ecc04b78f8dd197488d 1.54 MB 2,582 2
911,588 911,588 00000000000000000000c41b0cf10ec7ea6eefa5cf0d0d3ae863ab7fd75213d0 1.91 MB 2,425 0
911,587 911,587 00000000000000000001ea4f35a8c37c00f9f2dc98e043b0541fca62026c0245 1.82 MB 3,805 0
911,586 911,586 00000000000000000000d24c1b3c1344074f710c4c0d6736ff4a798739b9c002 1.76 MB 4,055 1
911,585 911,585 000000000000000000010e67a800ea1411d1689a05ced5960b635729dce2f4f9 1.50 MB 1,119 1
911,584 911,584 00000000000000000000e266930191f3540529b39a479037afc08166c1176bbb 1.67 MB 2,119 2
911,583 911,583 000000000000000000003d2836e49e761e24d90c783e6008dfdd85ed4a0979c3 1.74 MB 3,494 1
911,582 911,582 00000000000000000001d2d31a7faabd14298fb470af36221bd989b5639074c3 1.68 MB 4,512 1
911,581 911,581 00000000000000000001a42a2ecf6d08e091cacf6c2fd6e965c33eed23149949 1.66 MB 2,576 2
911,580 911,580 00000000000000000001b7a9ade77e3f00d2200c1787d522b201d9e0212b524f 1.07 MB 1,306 2
911,579 911,579 00000000000000000000a9d883c92f3cc1233776fcafe52e6d3f4c883b7de420 1.78 MB 4,016 0
911,578 911,578 00000000000000000000a65fe967dec274a90f9cf4fe3fdeefcfdbc66c7560b6 1.72 MB 3,906 1
911,577 911,577 000000000000000000015c4d9d64737947d3ef1fa7876b73526d12424a062244 1.78 MB 3,383 0
911,576 911,576 00000000000000000001724139ea958a03c2585034ba31afa46f97f284e8073e 1.70 MB 1,873 2
911,575 911,575 00000000000000000000faf98a6c84fd8a719bb2fa9c9093de78247046a122a5 1.61 MB 3,487 3
911,574 911,574 000000000000000000000cbc3d252744936cc9a51958320fb49c2cde7bbbda06 1.50 MB 3,023 2
911,573 911,573 00000000000000000001012b49bd3d374137969215235d35db3c6d1217ac6e77 1.72 MB 4,528 0
911,572 911,572 00000000000000000001dabd259c7c150fa13339b7231ad8d37936bd5f673eb0 1.79 MB 4,662 0
Previous 10 blocks ↓
Total Size: 776.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,425.20 GB sent, 131.11 GB received

Notes

  • This page updates every 5 seconds.
  • 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.