Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

495 transactions (0.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,266 000000000000000000022cb30000000000000000000000000000000000000000 0.23 vMB 485 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,265 (870,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,854 39,854 0000000054e43adca4404a113bce9a18fea5d26acf73bc7dbc684b7155413c32 0.00 MB 1 0
39,853 39,853 0000000058d5f8aaefbfe3802b98c3a42653182f708d25a993cfc9abb03ff3f0 0.00 MB 1 0
39,852 39,852 000000004ef0c5a0f6076baefab294a755cbbc10ef55d49e506e92cd20ca773d 0.00 MB 1 0
39,851 39,851 00000000346b2f9a4fb0d32aa47dfc1f622a18e54edfefa951d71451a5e28399 0.00 MB 1 0
39,850 39,850 0000000025d461a9cc07e515d930c822643be0d15a11eda99a298651ea62c501 0.00 MB 1 0
39,849 39,849 00000000398f55c20e0787da53f2f5d4d56f003672fc6f5235b44ae09620b3c4 0.00 MB 1 0
39,848 39,848 000000008a1d111bb013c054e95c8f714589c143798d669664970f5cfe82f493 0.00 MB 1 0
39,847 39,847 000000003eeb8cec63599d37c3907cdefdb264a5339d10a067faef5a0807fd93 0.00 MB 1 0
39,846 39,846 000000004b460e9d074e9d0ffe302a261938e151ee2ad39939fb6d07821947ec 0.00 MB 1 0
39,845 39,845 000000006a8d2064f71989bf8bbff8b9d4fb255eed620eef397e8b21e9d9b57d 0.00 MB 1 0
39,844 39,844 0000000086b918a0727282f80d52a01013811acc92dccb8b85df6fc34e77709f 0.00 MB 1 0
39,843 39,843 0000000023b1b7bc31fc3de7b292de747304b0b775b727b0774e912d3c18460e 0.00 MB 1 0
39,842 39,842 000000000bcdcecb8531cdd0322bbb6d5c83be98f7d1a72e199441eef6f090b3 0.00 MB 1 0
39,841 39,841 000000005299690c416400912882adbcf9542af5bf736fd1a10fc613b12b6ef6 0.00 MB 1 0
39,840 39,840 000000000afa87318c1e0efb39ef7b071d79be3df90344cd1a862dac11eef36b 0.00 MB 1 0
39,839 39,839 00000000842858cacdfd191b9b718f668f91da022a604e38f6cfcef27f62a05c 0.00 MB 1 0
39,838 39,838 00000000262cbea59491f45de8025c78e93cff59b6a95ed9c08d323cc6356cfb 0.00 MB 1 0
39,837 39,837 0000000045109900b96bd687ad027845bf3b79fe33d2ceff3bffcaef039c1368 0.00 MB 1 0
39,836 39,836 0000000043815e79b398eb7657eb46e65e7975c4863e97da50c1eb70f6f3b110 0.00 MB 1 0
39,835 39,835 000000001267064b11c70c73683d79b4be9511f408e6e302ea2a43736b3e634c 0.00 MB 1 0
39,834 39,834 0000000054f43782b1c024902df90938c09df2fef26fd1aacbfd18df06e3f7b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.90 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,223.92 GB sent, 118.03 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.