Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,402 transactions (1.33 vMB)

Priority:

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

Blockchain Blockchain Refreshing

Tip: 909,625 (826,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,077 83,077 000000000002a808b028520a62ddb83ed17f038282146a3c850e3b3dd03dfd42 0.00 MB 2 0
83,076 83,076 00000000000bf72b7747e041edf059cbc81a95316f18b93e26b617f895b89b11 0.00 MB 2 0
83,075 83,075 00000000001344898bbd8a3d3c321b08919e815b27c355fc61299809ea7d90fd 0.00 MB 1 0
83,074 83,074 00000000002c17a5087e4990f97799a5adf78d12230f508f63b2ccae025cf018 0.00 MB 2 0
83,073 83,073 00000000002c61ccae44c1d09fea274058fecf007e1ee875fbd803efed7cbe83 0.00 MB 2 0
83,072 83,072 00000000002ae5294d858248b55ca5c578d501f66e0580de3120e135bdc0d2b4 0.00 MB 3 0
83,071 83,071 000000000010350a7ba66e20ecdf0beffa27f89aacab1d9225419d6f109855a6 0.00 MB 1 0
83,070 83,070 00000000001e7f9117e84725d22405eca829b3c135bac0dcfcf29e98fa587ddb 0.00 MB 2 0
83,069 83,069 000000000022a81e03d3d495d806aab77622c8d6710dd488d7776813c8e2354a 0.00 MB 2 0
83,068 83,068 00000000002e7cd5d4857328cfffb7d8b253ba9e17cc7d7f42a43b3b5dc4c4b3 0.00 MB 1 0
83,067 83,067 00000000002f2917651c863f3f990d2e8e1d914b531c3c920f5162354451c3e2 0.00 MB 1 0
83,066 83,066 00000000002f0ef61a7d64fe4eb7e0adadb5bd31c633d6652182519d1bc73773 0.00 MB 3 0
83,065 83,065 00000000001901aa05ce6d3c1bb92ee78e69c0104140a5aaf17c72cf3ec10bf6 0.00 MB 1 0
83,064 83,064 00000000002b1004736e5139935c95f897c97e1c5df5582d88d209cb3354eab6 0.00 MB 1 0
83,063 83,063 000000000003e24a200c0932925917fb30250bbdfff645a4b88f2d63c477337a 0.00 MB 1 0
83,062 83,062 0000000000179c72477b7d4245efc5f4290b4377cfe1a8a0fee035d150eeebb3 0.00 MB 1 0
83,061 83,061 00000000000eaffc602d50d770f2aef7673bf5d25dd24ea63a577d59f84568f4 0.00 MB 1 0
83,060 83,060 00000000000b3670c06da9bf72bcb1013b4d6195bf0208ae9e9fa756118a41e3 0.00 MB 4 0
83,059 83,059 00000000001581969b0db5733c72fe00c4266b9796f38fc42b143457f0683236 0.00 MB 1 0
83,058 83,058 0000000000289ff9598746f082428fc91e08643066fda696a93afc5a42a1cde6 0.00 MB 1 0
83,057 83,057 00000000001cfec39c66f693f5965cd511dd8d54178f84e0acffcf62562e4ff6 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.72 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,105.06 GB sent, 111.87 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.