Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,859 transactions (0.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,548 000000000000000000022cb30000000000000000000000000000000000000000 0.60 vMB 1,845 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,547 (847,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,838 61,838 00000000088562b7eb9bb4b68341e50f0e38589fd0eee8d7727e7f0f80567b4f 0.00 MB 2 0
61,837 61,837 000000000345cfb18f37df527ac6dd537a26c82bceae66da68d750e1ecd57043 0.00 MB 2 0
61,836 61,836 00000000051f3c77afea207c685136750e68a2b060da70c0fcb646eb7fc872fd 0.00 MB 1 0
61,835 61,835 000000000c4466a25ade532c35111aa3bf67ebc45ce6642f28a3a866dbfef8c9 0.00 MB 1 0
61,834 61,834 000000000b2ed02152a7726c5cb22354e27e0be421114e6917c98e71a2af2cec 0.00 MB 1 0
61,833 61,833 00000000020c4c16b4ac85c6bbc700a1d90eeb960a8ed942873067ed1dbbc90d 0.00 MB 1 0
61,832 61,832 000000000127c8a2ba41195f00493b0b07c30c184c40fa0d7ff48a50096e7eff 0.00 MB 1 0
61,831 61,831 0000000007a879f4b5cffbba9a6cfa3754840a6be0dbe52dfa384ba38c7dfa00 0.00 MB 1 0
61,830 61,830 0000000004f98962aca842a9b9e857accc7cddf690af3906c0649127eaefd53c 0.00 MB 1 0
61,829 61,829 000000000279f4496450e87e168e56a8f9c251ae913976b3134f371ae3773e10 0.00 MB 1 0
61,828 61,828 0000000003098e545bf558a0e7478b8d5825514765209ec1bf941ca9b1234aaf 0.00 MB 1 0
61,827 61,827 000000000adba2039928a333aad3458816f023407a131dae0212d362ac892caa 0.00 MB 1 0
61,826 61,826 00000000019e71aa7b06df944392d247cd99e0edfaf6387eca31aea0762009aa 0.00 MB 1 0
61,825 61,825 000000000a009485dc38336b0a41d296bd9b9a0496428852b0370b67146222ef 0.00 MB 1 0
61,824 61,824 0000000004ef395c18b6c56a6ae50150258a99594934baa348f9ad4fda493265 0.00 MB 2 0
61,823 61,823 00000000035bd1b1fed27839f74451f010e6dd655ff4dfe543c923995ce8e21c 0.00 MB 2 0
61,822 61,822 000000000cded25740aef9355bea8004125a3cde2c9d16d13cb5581320230444 0.00 MB 1 0
61,821 61,821 00000000068936364608d76d5a87cfef8e5ea004b2a2e36414802fc33046a356 0.00 MB 1 0
61,820 61,820 000000000e14e24a3b86430cf2e30977b05debf28664ccf61964259b3bc80147 0.00 MB 1 0
61,819 61,819 0000000006b425dbdd10135b6a7646c4833df2f8e822c21c12334c1742a35a58 0.00 MB 1 0
61,818 61,818 0000000006057dac45bb924e544c37a9ec4f76fbcf9f613245951148fbdc2135 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.57 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,085.37 GB sent, 111.07 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.