Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,625 transactions (1.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,684 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,053 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,683 (831,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,724 77,724 00000000003db2ff8895afdd5b8650c5fec95d2c53287d3345de34639b071eb8 0.00 MB 2 0
77,723 77,723 00000000003d93c63221fc13ffd3a2d986e39fdf0b4bffd2e3b5cb351b116f1b 0.00 MB 2 0
77,722 77,722 000000000064fd45f5cd06667ff0a76f083240e93eadaab38b221f19762179bb 0.00 MB 1 0
77,721 77,721 000000000040dc9932112ac8c1ace2e363716e9f9a6b28c01e755498c4c77f44 0.00 MB 5 0
77,720 77,720 00000000000742bebcf036eb9befe579bcb89386c6f9defe6e887eb12babaeed 0.00 MB 5 0
77,719 77,719 00000000004a1e0e4c6af4158760ef341b36839d1d40edf243e0268303a2b56e 0.00 MB 1 0
77,718 77,718 0000000000454c31387dc20faaf50a11a6b56dab1c785df9144950775b638705 0.00 MB 1 0
77,717 77,717 00000000001580e5a1c72c514dc9ec4c812d336785ea4f6218f2f556d87529f8 0.00 MB 2 0
77,716 77,716 000000000053e0a6e5f66869586c2ae1ed81afffa04330ea6b15dc502c52b8d2 0.00 MB 1 0
77,715 77,715 00000000001f0f580589ed30d3765e72951f32ab17d86081f8faa5f804adf970 0.00 MB 1 0
77,714 77,714 00000000005fd759848ba350df6f82e38e82b39ffe1cfbe526b22f2c98e81cfe 0.00 MB 1 0
77,713 77,713 000000000035052cb4f92ee3f94f60ce179cf9b6327f2f77bf51b31d7fe56488 0.00 MB 2 0
77,712 77,712 000000000010a12e02b038a2295e0d1bce1ea428e58154ad56a42baed00c5994 0.00 MB 1 0
77,711 77,711 000000000004eb39ee84f616242eb74e7df7075f037bcf8594eb107f756d1caa 0.00 MB 4 0
77,710 77,710 00000000000f7ded56ec113aa4b61ef02181d9a2edb201cb4b369eb6356955ba 0.00 MB 1 0
77,709 77,709 000000000015c18de7f8f3c60ba9568b0b9b50c87de8d1144aa54c1a6f0e6a74 0.00 MB 1 0
77,708 77,708 00000000001fe38cb175a00a0b83ee522146b097332679743d77475003e442c9 0.00 MB 3 0
77,707 77,707 000000000005683170fe30ad2a9e4e1f2eb36d23902011dc2f3c0c3e57b20217 0.00 MB 1 0
77,706 77,706 0000000000547656ecd44de31e3af76fb5a0b371303d5963d605762aab8c5af5 0.00 MB 1 0
77,705 77,705 00000000002709057910af199f478356c22f3bb5d062a369ef89ca836856e895 0.00 MB 2 0
77,704 77,704 00000000002e66833f5cb84a85dc994d030887c4c00ab0c8d5142aeafdc66afe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.82 GB

Node Information

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