Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,318 transactions (2.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,230 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 621 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,229 (837,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,888 72,888 00000000007fe83bf5b510032b4fef1ad1d0d2451d9dd229d20fd36ede6804ff 0.00 MB 2 0
72,887 72,887 00000000005a6ae0f3b911a66186108a1c5f138feb05516fb3da6c05204788a3 0.00 MB 2 0
72,886 72,886 00000000009b035355c99504ad9f15e3a0dd1200fbad5e2a61bf7db5c06e8192 0.00 MB 1 0
72,885 72,885 000000000011336273349675f97460cce76cede7e08e3db2100d429444a6dc3f 0.00 MB 1 0
72,884 72,884 00000000008985af45bc510e46fa43d18841788a62f95b297e01b9eced30510e 0.00 MB 1 0
72,883 72,883 0000000000025f7c821b00d47a9e640fd2aceff612fad55eca5a3ce372e715f5 0.00 MB 2 0
72,882 72,882 000000000004b2d305460193421f92aec3a7bdc3c8ca75ca73d0a2a423a21ec0 0.00 MB 2 0
72,881 72,881 00000000008c7eee467847b764c87326f7c2f001cc085942314726979cc1934e 0.00 MB 1 0
72,880 72,880 00000000009db17f16d4a366e7a05edf0b440a503f9ca90f00603af5c9515029 0.00 MB 1 0
72,879 72,879 000000000062b6edc2e5cde194a9ca2392753c132a96712e8e4ef4151f4104ff 0.00 MB 2 0
72,878 72,878 000000000003f1278a6f6bd818364e73595cba691a30cbfecfdbd31e1c824747 0.00 MB 2 0
72,877 72,877 0000000000a5202eb00eebdf73cfccb92da2611f7ec0fa802c27db6d0990375b 0.00 MB 2 0
72,876 72,876 000000000090b7f60c52b1bc47a67d9bcab85185f10804652c0e6141eb421e69 0.00 MB 1 0
72,875 72,875 0000000000a2cf9e59728501898c9a99245705b1d052a4786b1a74ed41b669ad 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.82 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,203.13 GB sent, 117.73 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.