Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

732 transactions (0.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,001 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 720 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,000 (873,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,079 36,079 0000000094ab69ccd9323439c0bb94165f6d52cd6666e8f10a031693323335c4 0.00 MB 1 0
36,078 36,078 00000000731b8259e840d56cfe1ee617bf9eb0f1c4ef56aeb7acdbda5d0b93ea 0.00 MB 1 0
36,077 36,077 0000000091cb56119cdc17602e7b97fee2f4deb2e253128148e87ba9bd1732c0 0.00 MB 1 0
36,076 36,076 00000000511d05c5956af5385e520c9fe6793c2321d198f8cf566ce69c6f3389 0.00 MB 1 0
36,075 36,075 00000000678f077ea7384425efad7d5c710ebff5ca3076038bf2c33ba2819013 0.00 MB 1 0
36,074 36,074 00000000107c06f02b40ef66de6f173156bc20c74eed6d3bc70bf2492c5acf65 0.00 MB 1 0
36,073 36,073 0000000050680dcefce977f582e869826f0c66769e7264ef6fff24aaae456531 0.00 MB 1 0
36,072 36,072 00000000501f23f26dd494a430e2c9c07057150f00aeb190ec4f234d5fcdb9aa 0.00 MB 1 0
36,071 36,071 000000008466dae76ae8af0a7c32abedb194d7f6e26ca87c2bd780abade4cd74 0.00 MB 1 0
36,070 36,070 00000000ab62126e197f141ab4f72050484d324e8d42f6cea660e10d86175a64 0.00 MB 1 0
36,069 36,069 00000000af241188061b64317bbf1e285a5db0b9edd2e9bdfb1030cb2ab00667 0.00 MB 1 0
36,068 36,068 000000009bfe26289eccdfa1a25354528a007eadc272df50464631aa1d970498 0.00 MB 1 0
36,067 36,067 0000000048ff86479ad2b288a04fa553839ba658906764e4894c0fc20e001454 0.00 MB 1 0
36,066 36,066 000000003b4a5ac9dc4ad6a016097d6c315d95edf1f3281ccf5c27e437a08605 0.00 MB 1 0
36,065 36,065 0000000062b67c79d82aefe1ad8d1dee5d49444c82cf5572fd6b773ca5f53059 0.00 MB 1 0
36,064 36,064 00000000aaeef4ad940457281da912659740470a099bfd32a1cdec6282299ec2 0.00 MB 1 0
36,063 36,063 00000000b5189c63024844f6078ce1c3314b86a7f53041258f136cd7cfcc7ecc 0.00 MB 1 0
36,062 36,062 0000000013ef51ab080bc5c036a32980c0ecaafe043d8cd228b5fcee15c73ff5 0.00 MB 1 0
36,061 36,061 000000002989c43e89c6aa50fab5170183e11cc6824413654c08f67ff69ba49c 0.00 MB 1 0
36,060 36,060 00000000961564a2a35d04f3969c462bfc575f966e96b3be9fb66da34ecefdd0 0.00 MB 1 0
36,059 36,059 00000000566782f69e4b6b4e97124e6256383d2d29ec351f8b12f6dafe3ca2c0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.40 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,182.79 GB sent, 115.24 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.