Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,060 transactions (0.68 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (7 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,885 000000000000000000022cb30000000000000000000000000000000000000000 0.68 vMB 2,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,884 (847,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,802 62,802 0000000000e3048ecad0dc9282d4b0053cefed9a7465a8d84d1ca3cc08b6aa11 0.00 MB 1 0
62,801 62,801 0000000009524acd10591fc25aa9280942d25e234ee73d7755719759965f77ca 0.00 MB 1 0
62,800 62,800 000000000a9b8faae20927453c6dd13e6ae86383bca56e5daa14b9606f93873e 0.00 MB 1 0
62,799 62,799 000000000b2f5606b26045922658a8607845907ea410a306d5149434383b55e7 0.00 MB 1 0
62,798 62,798 00000000000a9040bd4b4dbe1abfbc29f890d08553e5495d0ad360d5a66f1e3c 0.00 MB 1 0
62,797 62,797 00000000064d0e628e99cd6e6bded6346c80973f6588af92f10e3fbb0a8656df 0.00 MB 1 0
62,796 62,796 000000000389c009d7600e24464ae295f54aa2866862ad9f1ed7b5b07d65ad3b 0.00 MB 1 0
62,795 62,795 0000000001044b992559c0cd213227df8a9071597183d8c8e0a5bfa36a9836ba 0.00 MB 1 0
62,794 62,794 00000000004565d9df1c0ebf1fbfb4fbce5db8970c4d4a52bce80aa7bef7d8c5 0.00 MB 1 0
62,793 62,793 000000000a73130a159d62d695cbb70ffc035809dce8a290afbe02952919c104 0.00 MB 1 0
62,792 62,792 000000000b754c3fff57a907128c166bf10593e0ac91edb97161260ed15ffefb 0.00 MB 1 0
62,791 62,791 0000000003199b6d110f92c51d5addc91d8865a6eaa0b7cccc55429af58ea9e8 0.00 MB 1 0
62,790 62,790 000000000371592943e78f8c7a360dc2820fe64415cecaf907d090ffc9bb82c1 0.00 MB 1 0
62,789 62,789 0000000002dd6b987ef6a72b0e25433b38188e21994841cc36e725c2a1195556 0.00 MB 1 0
62,788 62,788 000000000416102942aba49dcbe923bb9536ba2e313183e6aa0bf017ec7d8936 0.00 MB 1 0
62,787 62,787 0000000003dede9e8a594440b3d9f52cbadf212ec2fdbd6c03c9d370aaae2a1a 0.00 MB 1 0
62,786 62,786 000000000d15569d4aad699bdf14a13123f5c0505017e2edaf5bd2ff8f7b505f 0.00 MB 1 0
62,785 62,785 00000000083f2d1e90ef4b1aa73faaff4953afbf541b8e2e9a530cc24e676a18 0.00 MB 1 0
62,784 62,784 000000000bdd77c33a6fae65273129aa5dae87da295fb4beabb01ea0bc5007d7 0.00 MB 1 0
62,783 62,783 0000000009715c92b633554e564a015fe40a0cb2ca5b6b7de41a56f2fb99436d 0.00 MB 2 0
62,782 62,782 00000000083cc54c6e10b79304700f980344aaa5b93f433b268ff15190fa29bd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.18 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,170.87 GB sent, 114.29 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.