Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,053 transactions (0.60 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
909,593 000000000000000000022cb30000000000000000000000000000000000000000 0.55 vMB 2,033 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,592 (865,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,999 43,999 000000001adba552454bbcd27075b13e6561d13d919fc894dc00fde190b19717 0.00 MB 1 0
43,998 43,998 0000000041c75e70ed431d0942141fbda20cd2d13cd48db3eac6a90fc24d9c96 0.00 MB 2 0
43,997 43,997 000000002bf30d7c16223f9c1d4b71ab4d9122bace42927bd3f9ff3124718cc5 0.00 MB 1 0
43,996 43,996 000000003dacdedf60b7f98493848b036e4fd6e31cedfd8aa65cb30f8ad6fb2a 0.00 MB 1 0
43,995 43,995 0000000028994297e4c291374222553aa95e649bef92bfddf577b03d7c03f993 0.00 MB 1 0
43,994 43,994 000000003bc68f6f95a028c38e5eeb476ef256a8ba9dad6f5a8c16eecb1ec797 0.00 MB 1 0
43,993 43,993 000000001cb1ae96da6e6d932109c77ff4b5148bc4db6a3a9760f73dfae5056a 0.00 MB 1 0
43,992 43,992 000000003d1f7e55fac0ae394e8ef70d3fc60cc41787cd50d55463fe97834457 0.00 MB 1 0
43,991 43,991 0000000020fe40dbd3f0f20cdd652d844a1bfc0c3a2b94980a50ae8db3846d96 0.00 MB 1 0
43,990 43,990 00000000181c346fd83a75ef2002c10d3ee0ad8fb3850a0435ebfeafcb8c7049 0.00 MB 1 0
43,989 43,989 000000004020736efcf80f0e763d1b828e828db83351221032b036b5e87ac7b8 0.00 MB 1 0
43,988 43,988 0000000014641728040f27acbd993ff733c1130e9b597b7dc274cf371f9b1ebd 0.00 MB 1 0
43,987 43,987 000000004167968d94d8da17bf8a3a24dcb28244402310f6dd1b0e917a8c2b92 0.00 MB 1 0
43,986 43,986 000000001fecbd698c2a791a599e086893246c29faf4c49bb2a18562215a9ab1 0.00 MB 1 0
43,985 43,985 000000000af40b2c9c3dd68aebf82256d3e0b189f5645773c0c6cba7fcb3e792 0.00 MB 1 0
43,984 43,984 000000003e34a86a16f3ae15f8f11065a597ed26a6788e5ba8eb49626bb5c8d2 0.00 MB 1 0
43,983 43,983 000000003b86a6f9c01dc4ebad25d3357cd5df09126f1d073af1a6d072621285 0.00 MB 1 0
43,982 43,982 000000001f6726a182f35ee48b03324ae7c4f643b691488ba3568866f97114a2 0.00 MB 1 0
43,981 43,981 00000000423ee5010301cdee3fd0f68d90a524a4ed797579ae86706785006603 0.00 MB 1 0
43,980 43,980 00000000216c98f0045223dfe6ab2a8806e367e8086a9ebfd435cb02e808d924 0.00 MB 1 0
43,979 43,979 000000001e0bbc1a9bb877b72699b81d3e05f53bc02eccb4de11985d637b5617 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.65 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,096.16 GB sent, 111.57 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.