Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,664 transactions (1.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,858 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,233 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,857 (848,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,579 61,579 0000000003d5eb609f18ecd5f067cb6e66d285c69f7ac9053f85877b753d312e 0.00 MB 1 0
61,578 61,578 00000000015313446480eb1c2e644cce2363b3ea8c6895ae7cd144db3e2886ab 0.00 MB 1 0
61,577 61,577 00000000080865dab5189312d88ec7b1cd6e256ed13d2ab5a410362ddbe40a1c 0.00 MB 1 0
61,576 61,576 000000000554d1954d336f11dc99a005574ac132160db6c3bb046cbc9f151f69 0.00 MB 1 0
61,575 61,575 0000000008d52e41bee6d81e6df41d1bac6f6aa06fc96f72def6677b3c9e6c74 0.00 MB 1 0
61,574 61,574 000000000289822cf4702014db2dd0e69647261710407f89e67a229e9f3149fd 0.00 MB 1 0
61,573 61,573 0000000004a7f6665d0e37055f8523e2c1717f8206c4e56c918644bbac063d5b 0.00 MB 1 0
61,572 61,572 0000000007242ce7c42020fdf9acee07943fc0f446f0ff80ab8af37c5b21b17a 0.00 MB 1 0
61,571 61,571 00000000018a5a0b917a1e641b4ad3839343fc09ad26471cda17d69fb6d17aca 0.00 MB 1 0
61,570 61,570 00000000091c3c084aa31702f538a3f021f07084fabe6f617f40b4a0620915a2 0.00 MB 1 0
61,569 61,569 000000000753e9f9e8bc9ad26970b2984e770e1c1d45d6a111970fb9801ddc95 0.00 MB 1 0
61,568 61,568 0000000008b0a49e5804c503c64058f6e406355e9545d26a1847e69b72cb8eef 0.00 MB 2 0
61,567 61,567 000000000caa585b8d19462ebd81b7b4838adf8fe4119bd98c29a361230f964b 0.00 MB 2 0
61,566 61,566 000000000bd2980875d829ea81df262040cc2ef76db23a65e2d592b6a03cad29 0.00 MB 1 0
61,565 61,565 0000000002ea88ca20082a9b32380e5bf1ab474a107c09e64c7084d84d1e6f11 0.00 MB 1 0
61,564 61,564 000000000e69213321a34e56e484af2e5fb69aeac261d759b03ac4298fa53667 0.00 MB 1 0
61,563 61,563 000000000d8b0e812b246f9c3516b9e3fccddd66ac74c812b23a948c82cd4401 0.00 MB 2 0
61,562 61,562 000000000c1aa1f784d1ebfa72946bb39dcffab6b6a18617c24088751b683a42 0.00 MB 1 0
61,561 61,561 00000000051a69cbb33ff1b72eaa73c933051e4dbd93431e0f3d680a1e18387c 0.00 MB 1 0
61,560 61,560 00000000082a7237eeeb9612e2046366fc72f9b53cac1764ce5d670738e6fd35 0.00 MB 2 0
61,559 61,559 00000000092475f4d29571257cc4d1587916c30e1bfd634352b63cf688171b6d 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 773.13 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,167.20 GB sent, 113.96 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.