Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,454 transactions (0.68 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 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
910,172 000000000000000000022cb30000000000000000000000000000000000000000 0.67 vMB 1,415 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,171 (837,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,874 72,874 00000000002a90424e2ec01bb1d860de0c3789ac75f24520f4d98f5f8281ed6c 0.00 MB 1 0
72,873 72,873 00000000007b1ab1e6a8de18939a1846274e9f501c050982972877054f2270a7 0.00 MB 1 0
72,872 72,872 000000000083009f036f842717cd16f12ada21a30d9f15a7a1f07e5d11c0a5d1 0.00 MB 2 0
72,871 72,871 00000000003a199676a4893fd5c0f4c3db7643368994cc28fa4df035e3bb7208 0.00 MB 1 0
72,870 72,870 00000000004317e85bc45df6fafd2504150d6552cca0512845ec841f7ce63dc4 0.00 MB 2 0
72,869 72,869 00000000009b79c5fb2861ef75e748c7124baac5f2c59565a986033b9feed444 0.00 MB 1 0
72,868 72,868 000000000020714a9c66989a3ba5ff63146ea216a35c5b5040de35b071ebf58f 0.00 MB 1 0
72,867 72,867 00000000005f4caaaa12eb93e76104b2a89c3e7e5260302d92f04fb39d204b33 0.00 MB 3 0
72,866 72,866 000000000089af76ead6442764e3a8a2a8131281bb5150006291beb5ff9fac25 0.01 MB 4 0
72,865 72,865 00000000005f4febb74f829e5fa4b36481283f2f1fcb9a12e8325b3f3249e948 0.00 MB 3 0
72,864 72,864 00000000008b9a89765e1e096b4bcc610af1130396ae98ec322c5a282e8cc743 0.00 MB 1 0
72,863 72,863 00000000003e2f3a5a68d94990f44a1ce478b5e8f27370500b45b2ad878cbe8e 0.00 MB 1 0
72,862 72,862 00000000003147c0ba1e1ffceeca1b627f23658db08f9f8601e0e7b28095db6b 0.00 MB 3 0
72,861 72,861 000000000070c5a8e4ec22cc90e4ea0d63ddc0e15b33eda63a468a277880ade6 0.00 MB 3 0
72,860 72,860 00000000005e6a8f509784e98d6a91fc0aaa009a5d3e391de61923501af7cd77 0.00 MB 2 0
72,859 72,859 00000000004efc722a778dbd6c26f8ec5638ca12453aa4b593d76f51c8ed3cba 0.00 MB 1 0
72,858 72,858 00000000007c0a904b62094425aa3688ad1c0e424551385ddd31bb193e56e906 0.00 MB 4 0
72,857 72,857 0000000000b96eb51ad88b03c495a244705fc25c84e08692b143e4343eb646fa 0.00 MB 2 0
72,856 72,856 0000000000294cc31619e6da637e7f6ac23bbd9979839b00c1ebb8d633c74291 0.00 MB 2 0
72,855 72,855 00000000000485cd8d37091248a0d8300d60703b732c216f2f7366acef6731db 0.00 MB 2 0
72,854 72,854 00000000000d73deeedced9734fa5d475a578e8efd6acc3297f50879446eb8bb 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.71 GB

Node Information

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