Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,612 transactions (1.19 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,470 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,301 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,469 (885,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,836 23,836 0000000098e3de679df315a0bb0892c302c12f9b52823da68a10d08295c4728b 0.00 MB 1 0
23,835 23,835 00000000e6581486eb2c41d7e6336f0d1563413d7ee4b6257ab04c9dcdd28f4b 0.00 MB 1 0
23,834 23,834 000000001711a3638de4d21de19518e6c8945b51e042c530a147967fb4408b04 0.00 MB 1 0
23,833 23,833 00000000797e6d6aabbf856e90ea2a7f78d343354551395ef085bc1b90434037 0.00 MB 1 0
23,832 23,832 0000000043db8558b25d17e7f4a6394a295da1ec99df6cd7aa5aef7c50e51922 0.00 MB 1 0
23,831 23,831 0000000030d6b3d51808021e455513f37204fc60f2f13362228136a72db909de 0.00 MB 1 0
23,830 23,830 00000000e2dbe4cbe2604837fc1c0f0ab543bcaca1afbb2b5ff7215559e45aaa 0.00 MB 1 0
23,829 23,829 000000000b4a594d15260fcf5143c0414bbdb5394a2d1a52b8ffc3207343fbe5 0.00 MB 1 0
23,828 23,828 0000000041b78e847d743c1d54c60e064a3d37f173dff855a588970669c89971 0.00 MB 1 0
23,827 23,827 00000000bf166028e4bce06fab6ef0e0fd6153bbff6edb9e3932ae03d667b55b 0.00 MB 1 0
23,826 23,826 00000000511763d22d5c06416bb0787125eda9a512a70b1a3221b42147199ebf 0.00 MB 1 0
23,825 23,825 00000000775acd231c867b3379f01a64bad030abc4948410ad0c30759bb1d986 0.00 MB 1 0
23,824 23,824 000000005dbd0980994298e95cb2f6171e4e1f5c792c886c5b0f8fd2b6bbc360 0.00 MB 1 0
23,823 23,823 00000000816ea23a437918060d562e331dba4c1f35dde764f99fbd1190eb3229 0.00 MB 1 0
23,822 23,822 000000001148f5c5616a6dd61639250a9ec62c091399c6bb479a240214565bb9 0.00 MB 1 0
23,821 23,821 0000000052f547eafe470a1e6660485a9750634207b3f574aef0e6ea0e30d710 0.00 MB 1 0
23,820 23,820 00000000343173409450d7bd7a4b768e6e119cda4f72daff84352a53c65edfef 0.00 MB 1 0
23,819 23,819 00000000ccd53a1cbdab98b43bd00e83626f94c07ff318fc168e40f62d4282ba 0.00 MB 1 0
23,818 23,818 000000000859271584ad4f88e3fc7c103f8e05697ec2b1ed12252b9846010faa 0.00 MB 1 0
23,817 23,817 00000000006394cae953b3073fc38469749e4fb434204e1ed8ff08eed103ddc3 0.00 MB 1 0
23,816 23,816 00000000712a52aadea37897f1601fbd2cddfae134d6b69e6f9d9a938e63c839 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.42 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,079.94 GB sent, 110.33 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.