Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,293 transactions (1.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,205 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,132 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,204 (888,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,975 21,975 000000007e05ef2b3bde9cb0875876e3818eee01fe857a1560d9b9a6f7a52e8b 0.00 MB 1 0
21,974 21,974 000000008f5527a26be1c57d60c79c87b8c01b5038321e523ddc614792ca1a45 0.00 MB 1 0
21,973 21,973 00000000230bad3e426e1a527a35ed019be9d4141ec868c6962f1d161c471bc7 0.00 MB 1 0
21,972 21,972 000000005f1ffda970a57b95e31f2ad3427a5fa294fb1268bb9e753121dd172f 0.00 MB 1 0
21,971 21,971 00000000f493c39b11be10f7999d4644fd898c0867950a1cf12526365599d477 0.00 MB 1 0
21,970 21,970 00000000bd4a8a561623d51d13522bf266553f26cf43e558c46d0fd3aa40abfc 0.00 MB 1 0
21,969 21,969 00000000c75c99b1609c5a2ccfe4f397b5f3335fb634f9614e92d4d2b453b018 0.00 MB 1 0
21,968 21,968 00000000b445ee4ea57a30900438f169c0e25b5d7986eccc3feeb7ae30b3f4a1 0.00 MB 1 0
21,967 21,967 00000000ed85fcc81ba81f1b704c9dc9506dce175cdf593b783f32fd4cbdd402 0.00 MB 1 0
21,966 21,966 00000000527ad88e82e9f36abb19e48fdc977c1612be7afe6d0683b2ad949134 0.00 MB 1 0
21,965 21,965 00000000235dc5775f468ef49a73d9691537d43820a7929e3db578c1fa9156fe 0.00 MB 1 0
21,964 21,964 000000000f557eb0c50de036691b73860dce39c518d84998a3e146079c91bac5 0.00 MB 1 0
21,963 21,963 00000000fe95458e431c2a365c91641aefa62bc006dd42071c73bf78b00751cc 0.00 MB 1 0
21,962 21,962 0000000034272fd760af58385f4bc74adb701dc459a955a96c1787aaf27bc8f0 0.00 MB 1 0
21,961 21,961 00000000bf0afa1cda1f2d5afad6b1020a47931eaa59234a164019e453f9952f 0.00 MB 1 0
21,960 21,960 00000000fcccc7b17d87e5a63e9b74a84bb55d92d959f8619a215e0237c387e5 0.00 MB 1 0
21,959 21,959 00000000f9c02aa0ccdf2d428e102baed1d8a1162d0da920667556d95d881288 0.00 MB 1 0
21,958 21,958 00000000d7f0d7de6e6e4b49b2d57931f5f3f3897dfac5fca2a1a85329704e46 0.00 MB 1 0
21,957 21,957 000000000f7dacf8737f5044fa5044ab2f1a265a7b53fcd321436369a8f4693d 0.00 MB 1 0
21,956 21,956 00000000b0e0567b774e23935b2d23c06fe07344ef2713ef7b936954a35dc9a9 0.00 MB 1 0
21,955 21,955 00000000c9f3a3590a6f88014d283b892951cf6200939a5929414cf65c6e3990 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.77 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,195.89 GB sent, 117.44 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.