Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

295 transactions (0.14 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 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
909,602 000000000000000000022cb30000000000000000000000000000000000000000 0.14 vMB 280 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,601 (842,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,094 67,094 000000000551a26e8b98765d3b9d8b1df77f87c2d95c616c19960f3b8b27cd16 0.00 MB 1 0
67,093 67,093 0000000004e2ea28be50e59645e6f924b9adf4e623264f72a1a99602e9c079fb 0.00 MB 1 0
67,092 67,092 00000000010d0ce787b64692926fc03fe864887812188b7e6996afe1e77b893f 0.00 MB 1 0
67,091 67,091 00000000017dc665f4111aa9f80cf05bee71957165e1d308f55031c80c474038 0.00 MB 1 0
67,090 67,090 00000000026b23bd8dd57da324527205a7dec9ac6c5fe0fb7bf410ceb2751824 0.00 MB 1 0
67,089 67,089 000000000558686e09b1d389dedce04755ccab712c8282a3427675f8a7f17a58 0.00 MB 4 0
67,088 67,088 0000000001bb2690b4cf4b3694e1d3376715042f7381b3a96e633b721ba08127 0.00 MB 1 0
67,087 67,087 000000000051d1e0f57e6399a48ed8ed25d9ad38d3c85fcbff7ab6769eb75c7c 0.00 MB 1 0
67,086 67,086 00000000037b62ce0a7d4bb3086fd78061e4e75aaaa9d5f3dc26bbe5bc91b330 0.00 MB 1 0
67,085 67,085 0000000003d39f86a1e092396312717797cc8f00f99f67ff9a3a00ede7287718 0.00 MB 2 0
67,084 67,084 0000000000bf30211e2695f2003f2830850be2f42081f01b4b87c28f247d9d7e 0.00 MB 1 0
67,083 67,083 000000000541f341e689359933ab0324b1a5f8c78cee5391592352a5b3fc7679 0.00 MB 2 0
67,082 67,082 0000000002073c4fe410f91b30cda61d21a1bd2832c03f288ce1afa1146987ed 0.00 MB 4 0
67,081 67,081 0000000000b4f31c7b72ed06b2809d0896032b5cae5e4e6d644b6e25c6c6343a 0.00 MB 1 0
67,080 67,080 00000000058d1e67451758c96d502e4259071619c5f74133daa22cb1bd190687 0.00 MB 1 0
67,079 67,079 0000000002a72bde50c519cf64efbaa90bbd2d4afeefd948b4cf9b09fdc5dba0 0.00 MB 2 0
67,078 67,078 0000000003676253145637b8c01d690273e46e82c6dc06976dc8f74abe8374e5 0.00 MB 1 0
67,077 67,077 00000000025ecd42120bb57ad8c489d0a72cbb1a9619a338f2b80dfe0ced94b3 0.00 MB 1 0
67,076 67,076 0000000000d9a77e44b49b13ebd9877ab68f888c2797ba9bee37019ebef09658 0.00 MB 1 0
67,075 67,075 00000000040eb8a858d1593e1b5ae0fb0413911d01a764c8ae81600cd76d143d 0.00 MB 4 0
67,074 67,074 000000000133ba898f4f200bb2831c3b7764efbc73147f2a82d92e14b22d763a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.67 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,098.96 GB sent, 111.65 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.