Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,722 transactions (3.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,176 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,400 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,175 (826,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,944 83,944 000000000017d429e577c40794e41978e6c37c2119a07ef9a2ee8d9ecb1b4cf1 0.00 MB 3 0
83,943 83,943 000000000015972003b2418e93607f801a70d09afcda1caa948084c75fc02f45 0.00 MB 1 0
83,942 83,942 00000000002307593dfaa5e3b7826c58982330d1a3d903662f5ca364fe3ccd7c 0.00 MB 4 0
83,941 83,941 00000000002a7f1c489c44a2fbd79c76a7b8442c9471424510e8304f92d766cc 0.00 MB 1 0
83,940 83,940 000000000025bd71211df0ffd84602d4d1858d3f1380ae3a13f9f4b9618d5682 0.00 MB 1 0
83,939 83,939 00000000002b87de5c6685b153a3e82aaa58317ea8a659422522cf8ef573b62a 0.00 MB 1 0
83,938 83,938 00000000001dd73b2150cb5cde4df1f299b534170376901cc39f2cc29587a7eb 0.00 MB 2 0
83,937 83,937 00000000002844372d8e3fecf9f7e9508aea6c2b84a45ee89acc78217be8e32c 0.00 MB 1 0
83,936 83,936 000000000002004453e4794a4583d564594bbb05b68f19d47dc1484e22666a3a 0.00 MB 3 0
83,935 83,935 0000000000050826d6361571cbd7e1f461e1adf5f4903b28c2805bfc544f87b7 0.00 MB 1 0
83,934 83,934 00000000002beb48eb0f851998a383f880cef8f6604e40be05a5c6a8bd5eb2d0 0.00 MB 1 0
83,933 83,933 0000000000068a32e78beed6090aecbae4e3f4b56a6405df6adc01a55be0c335 0.00 MB 3 0
83,932 83,932 00000000002aaad748229c72a5e6e106b857c9f3e4967369e25f6882f652caaf 0.00 MB 7 0
83,931 83,931 0000000000129cf4b3674012fe88e30ffc591014e4d6a76eff883fa3e5918a5c 0.00 MB 3 0
83,930 83,930 00000000002e31d13e84dbf6470571afb080910c38d55091b57b652aa5609c6b 0.00 MB 3 0
83,929 83,929 00000000002d4ae56e0acb236083fd94f7964de0a9fb7f745d003174b2bb95d1 0.00 MB 1 0
83,928 83,928 0000000000049371b279b155d41f737ef80078878b52ec5c7eb8eba37cbc7727 0.00 MB 5 0
83,927 83,927 000000000029ee73b164c7e1d42062fed30c7e71984eaa1d99f38611b877c550 0.00 MB 2 0
83,926 83,926 000000000018ab3dd3a0257302466565633238b444707fd6c520b195cdca0f22 0.00 MB 2 0
83,925 83,925 00000000002656c1cee889218a9ec79b39be9438b9a02c5adafaac2bb247ef27 0.00 MB 1 0
83,924 83,924 00000000000fae06e1125268c1462bbffc397d8aa0285f58eb2665af6b17267a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.72 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,194.41 GB sent, 117.16 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.