Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,547 transactions (1.07 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,370 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,227 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,369 (874,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
36,058 36,058 00000000681cfd963bc48f766bc832dd014529807bed260dd233027ccb3224fe 0.00 MB 1 0
36,057 36,057 00000000ba176654cda003f4a4281b3ab68c552a54b3dce7c42e9d9cb533a5e9 0.00 MB 1 0
36,056 36,056 000000005102dc4306ce5ca6bbc123d22efd4e16c9580b8a268b37e7403ab267 0.00 MB 1 0
36,055 36,055 000000008bf2a5315f261cb25432159a3564de838d4c613676a814e1ae76c5c3 0.00 MB 1 0
36,054 36,054 000000005105ad18d6de4b2acd3ea4edd11abce9516851f76cc45074c6026545 0.00 MB 1 0
36,053 36,053 0000000099bf4885ee612ec41efcf44092afa4b0825851b6a2cd5be8f39fd392 0.00 MB 1 0
36,052 36,052 0000000098d885a9ba37ccbfe58aedf6fffa1ac182f2271a0acf05d4d893fa85 0.00 MB 1 0
36,051 36,051 000000004dd7c63b10b06c9d8369498c55a3a12880711e764ed3970d460deca2 0.00 MB 1 0
36,050 36,050 0000000057d826f17d451de331570adc5380d4006e5226368c3a304a44e9d2f3 0.00 MB 1 0
36,049 36,049 000000005d1ce9a8de2a03c3469e58730f588452e3a0f159d616e57ddcc3b0f4 0.00 MB 1 0
36,048 36,048 00000000909d1319b97e0ff36d2a7763aaf576623b1559013b62c06b1c75f974 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.08 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,233.33 GB sent, 118.99 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.