Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,778 transactions (1.57 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,247 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 819 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,246 (840,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,949 68,949 000000000096a6c8517d2bb888dd5df3421f71aac4b081b71280e4b0681a6ce3 0.00 MB 1 0
68,948 68,948 000000000109b06595d5cf2462078fcce992195685a199649a3dd57c864e196c 0.00 MB 4 2,699
68,947 68,947 00000000013cbda545c4d0d40c49deca933f446980171d8836ff3c454a9d41e7 0.00 MB 1 0
68,946 68,946 0000000000117ca498f562cc4908d95eace28e8a564b0c9f55a3f2a47c91b511 0.00 MB 3 3,875
68,945 68,945 0000000000d2e9449024aa1ca642b13efc5b7b4a52cf6d8781a259939a128e66 0.02 MB 14 86
68,944 68,944 00000000011811f1d6e40cf81535551c59a539e2a93efce61bcddc14a6eac7f7 0.00 MB 1 0
68,943 68,943 0000000001033f2a8fff152064f738a574c18dc3dbf253e1df28672187948657 0.00 MB 2 0
68,942 68,942 00000000015364aed166aeff1a578f9b4b0793d7c45363e1f3f6e1b679c1adc1 0.00 MB 2 0
68,941 68,941 0000000000f98c11e9a91a69182cb0d5d743f0c878996b360b513b478082784a 0.00 MB 7 1,448
68,940 68,940 0000000000fc2e85aa27fe925117bd71333a291eeb92b75fda0e9881e5465929 0.00 MB 5 1,892
68,939 68,939 000000000110e9285ca0070fe550596ca492cd757495b7363fb136c395db3e82 0.00 MB 7 2,207
68,938 68,938 0000000000f411fa2591c2723f50eeee3d55796fed8e085514a5056149994945 0.00 MB 4 359
68,937 68,937 00000000010f3c1630e693694197a54a193f7fccbe587d73c5ebf509eb34e26a 0.00 MB 3 0
68,936 68,936 000000000028feb9460cf1496272943838d3779eca7844306576046134a2f841 0.00 MB 8 1,122
68,935 68,935 00000000003ef2e7490147c58129357b63c38c73f682fa38aee0f754028341fb 0.00 MB 3 0
68,934 68,934 00000000001fce68c50913f422d351df46c93036fa6a8486ca2c584269ca654c 0.00 MB 1 0
68,933 68,933 000000000058d79d3e6c13be44689803c3326cf510b29df5b974f395ea694d81 0.00 MB 5 0
68,932 68,932 00000000006be805d3c7cab4f3cc6e53f4dc2ebbd2e44bcb8658cca8ed85190d 0.00 MB 1 0
68,931 68,931 0000000001146d1956619a06602877b392be63297008e7c06624827059ae8647 0.00 MB 1 0
68,930 68,930 00000000004184d1f804888f367602250873ce1d85d85a03937141ff79a351c8 0.00 MB 2 0
68,929 68,929 00000000013e0111809ed43dde7764c37ea97bde1c5b75c23c18aa3b1ba1f86a 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,023.82 GB sent, 107.92 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.