Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,736 transactions (0.90 vMB)

Priority:

  • 1 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,281 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.88 vMB 2,724 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,280 (871,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,543 38,543 00000000475a9173342aab16efbc1d3b2ced3c9e66bff93e5c9b8ffd6d77af59 0.00 MB 1 0
38,542 38,542 000000006dd68b3896801d77c54133e69d9594b6a62c21b1d001252568128d12 0.00 MB 1 0
38,541 38,541 000000001f52661bd9e1a109ee49e723e5e615b94a88413f54172cbcd0bc98c5 0.00 MB 1 0
38,540 38,540 00000000882903df77db917782262db2d2f5b1f70da26dcb65ebcc3930ae2c44 0.00 MB 1 0
38,539 38,539 000000004b17a63520d433988703bf46906ed95f3abec24922cde5c4c811941c 0.00 MB 1 0
38,538 38,538 000000003919bec3945fe40c8b5b353ec5893dc558bf35b6441ed9e15a449b21 0.00 MB 1 0
38,537 38,537 000000002f4ef19d983351aeb934adac25d1b0f42bf9717f82496728f4186e42 0.00 MB 1 0
38,536 38,536 0000000022b1cd2a4c567475cb12a0fc3390b416deaff060b9c11c0209e1c4b7 0.00 MB 1 0
38,535 38,535 00000000720155d4c957e41d40198e0735d34daefd0249eecfc4058c61668943 0.00 MB 1 0
38,534 38,534 00000000652b4145af6f15152c9a11738f1988a14e26765b7aef37a415bdfa32 0.00 MB 1 0
38,533 38,533 000000008bdf7e24f8991098e16ea8a249484287e8d0ce51388e1c2a7e91fd8b 0.00 MB 1 0
38,532 38,532 00000000836acddd21a6ed1b875487f63b1f8f08800861ac0b039ce58fc3168c 0.00 MB 1 0
38,531 38,531 000000007f745905363ac002fa7492c00323c5d5ed998c446d885f6811ce25d5 0.00 MB 1 0
38,530 38,530 000000002a33d23b87f797db68c807ebfd57a8235fafc2f057ef9dce96f63d0b 0.00 MB 1 0
38,529 38,529 00000000454c526167612e95b12ecfe286bb1b7e0e6da4bcb00dd9b8eb2122df 0.00 MB 1 0
38,528 38,528 0000000042d5c7c1c7bb1ae4940ad6e3c73d0b07b3b29190a7b9a2e2d37441c6 0.00 MB 1 0
38,527 38,527 000000000445b947abb8dd97d85d45a988dd82c599766b249f9a5613195bc328 0.00 MB 1 0
38,526 38,526 000000000b5a291f4a97e3d7434a5ef18cf82691261e51d2ef54e2d1d9d68296 0.00 MB 1 0
38,525 38,525 00000000880ae11e034f0dbd931c0656b8ab124911b0a493de692bcec3b606ec 0.00 MB 1 0
38,524 38,524 0000000010cebc1de52d8fcd6b7b36b3453ba5899ba200c82a0604801ccb3826 0.00 MB 1 0
38,523 38,523 0000000056c80c4be2b080b73f18afbbf60867e3995ebadcf404267f3e87a935 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.92 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,228.27 GB sent, 118.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.