Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,827 transactions (0.81 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 5 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,941 000000000000000000022b910000000000000000000000000000000000000000 0.80 vMB 1,788 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,940 (882,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,686 29,686 0000000075fa0270a4c8a446bbc773c07368c15536d270108f4e836756c68b85 0.00 MB 1 0
29,685 29,685 00000000a39230f9366197f592c6fb3da7c4e669aa9960272512baeb00336b5b 0.00 MB 1 0
29,684 29,684 000000004fedc7daca036bb37711f5be63fc2d27885d7720a3a259a58cde11fc 0.00 MB 1 0
29,683 29,683 00000000b5cb198782f4342da55f438b7843c07a530bd4c0c725b01c8c472f35 0.00 MB 1 0
29,682 29,682 000000004afc37566ee9d716d05c8f485e06b4fbcb1833e887371c1444dcd6a4 0.00 MB 1 0
29,681 29,681 00000000b9e4c7d9e3fb3d2478a4eddc99d13fbcb5ac8ee5ae7f90bd57937425 0.00 MB 1 0
29,680 29,680 000000003726b185060e9e99be771aecfade8d5e92a260683d2a680f536f3ed2 0.00 MB 1 0
29,679 29,679 000000004fc08244efc8275cfceca224310c7004c60e2a96d11d90d17c07f3dc 0.00 MB 1 0
29,678 29,678 00000000c80063f4d7d78c82a3ef86bf60bfa09a11caa43b1461270c4d9890d1 0.00 MB 1 0
29,677 29,677 000000000bb451b5a7ee92d604baf7fb8b2ac951aee9ce8b0d574e7f041b4cae 0.00 MB 1 0
29,676 29,676 00000000a4c68171ca149993073ebfbb49eb37e993a1d7f59ade42db18a27dd5 0.00 MB 1 0
29,675 29,675 00000000ecfb52c0b6f14805692bc327c39d41f44e45558ba614a948b70b856a 0.00 MB 1 0
29,674 29,674 000000006b18f5529510b9e0734e5e0d301307159a4cb03206d0f385d918cff9 0.00 MB 1 0
29,673 29,673 0000000013c7b7e927fcf3741a3eab92126f147e1687a849676be2b615a2cb27 0.00 MB 1 0
29,672 29,672 000000007a85635eb6993dc03a3093d24c37b64e44cdd05bbc94e5a0de0e062a 0.00 MB 1 0
29,671 29,671 00000000ddef86d4b9fe3d53253b7737e8d631f483b900650f1a14a5c29e27b0 0.00 MB 1 0
29,670 29,670 00000000778a25d4ee41a68e76799d95401c49b6e99728db55055c7c9c313b5d 0.00 MB 1 0
29,669 29,669 000000003304e23667aff29c684f1634308ca1e1dc42b2df5925d1da9105e0c2 0.00 MB 1 0
29,668 29,668 0000000061009146fe8892cf2fa0771adafbba6a07a6591e57d955d0d130b89c 0.00 MB 2 0
29,667 29,667 000000003bbba000d236e5f898f62c81896ca49c54e3474fff1245ea282e0df0 0.00 MB 1 0
29,666 29,666 000000006fab2ccb91163f3879d81f4ee8a9d560c25efeb00b9e187d63f12207 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.98 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,493.86 GB sent, 133.36 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.