Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,196 transactions (1.24 vMB)

Priority:

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

Blockchain Blockchain Refreshing

Tip: 909,590 (620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,970 908,970 00000000000000000002125a6522aee6518bd30c43fbebdb6d26b860ad953819 1.64 MB 4,110 4
908,969 908,969 00000000000000000001bf98f177043ddc6a6da7d00631d80b03db05fa89035e 1.74 MB 4,463 4
908,968 908,968 0000000000000000000016a4cdc36c256d2ec4ff3b6d18b9bccaf610c28a94bd 1.46 MB 2,765 3
908,967 908,967 00000000000000000001ff5e5798d9ae182466b0d11f5273c11eca1f4d2d23ef 1.32 MB 2,742 8
908,966 908,966 00000000000000000000de633774598d090750b9229146b8a051e4646228b983 3.23 MB 1,964 2
908,965 908,965 00000000000000000000c9cae38089ae6a8feb708c06914bb8d6973aaae94cd9 1.45 MB 1,822 2
908,964 908,964 00000000000000000000d33461b637a69cee3b84aa6ef8e5ac3f572fca7efdb5 2.31 MB 3,336 3
908,963 908,963 000000000000000000001d298edd6cb734917b403858b57a42a88a7192ecefaf 1.70 MB 4,087 5
908,962 908,962 000000000000000000014510ba190db50d8fc62c6bb496d9959ea53336e4a6e2 1.70 MB 3,620 6
908,961 908,961 0000000000000000000052cf34b81034ae7dc525f035994e6e4d2c662df48ccb 1.78 MB 4,238 7
908,960 908,960 00000000000000000000d839c1faf6c36fe9044d539c52018494c84fcc092c91 1.75 MB 3,943 7
908,959 908,959 00000000000000000000770dc03d30632ad5acabfe66a5da619d8e69088dd658 1.77 MB 3,729 5
908,958 908,958 00000000000000000000640f5c8a90e034bdd1624ad5a9a48c653f8ee3a27480 1.50 MB 3,689 7
908,957 908,957 000000000000000000006c451808c77c387ef84334d8e0ebf92e9d6fb2092c62 1.78 MB 4,993 0
908,956 908,956 000000000000000000016eb90b6f402f0ff3708a033a697f9a934bee1c97a836 0.78 MB 2,260 1
908,955 908,955 000000000000000000001794f9838aae45410ea11af34bd84a53ddd950d3e7d2 1.94 MB 3,070 4
908,954 908,954 00000000000000000001b672e6d472a29e8952e74f10678da61aeffd3abfa649 0.43 MB 505 4
908,953 908,953 00000000000000000000f75299b92185ba46d9ac2ede9c4368bf36790db20dbe 1.80 MB 4,077 2
908,952 908,952 00000000000000000001c518d5efe6581cfb00a2e4fd0fecf8b1aac2ddf509fe 1.88 MB 3,775 2
908,951 908,951 0000000000000000000072775b12a62c9727f08de884a9144977571e81ac20d5 1.15 MB 2,708 2
908,950 908,950 00000000000000000002248f13af7448d05f1781f7040e53fe62e9ce86304c79 2.40 MB 2,617 2
Previous 10 blocks ↓
Total Size: 772.65 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,095.63 GB sent, 111.55 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.