Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,183 transactions (2.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,979 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,895 909,895 00000000000000000001cb78cb8b1d6af46b6ebca356611d980a47f77a865e0e 1.69 MB 3,470 1
909,894 909,894 0000000000000000000180ede553a68c058d7f0b4d87768b4e6303ea19ea15cc 1.63 MB 3,870 4
909,893 909,893 000000000000000000009bd225f87fae1681e1079f9645d2a9db103f43f85607 1.68 MB 3,610 3
909,892 909,892 000000000000000000009d50c12fe5010f7685b6c6b87f1bc1fa5b9de1651506 1.60 MB 4,103 5
909,891 909,891 00000000000000000001daedd61ef1261bee7708d14d186ea9bb7ed693862392 1.65 MB 3,711 3
909,890 909,890 000000000000000000018f2bcf175066c9d3e7822285dccdc64597ad663f0aee 1.59 MB 2,708 3
909,889 909,889 00000000000000000000b15e4dcb40b4765312dc9dabcecbb0efb02a2b084ca3 2.18 MB 89 0
909,888 909,888 00000000000000000001344474429d71c46f8386333d3064e99a94d59bab1556 2.02 MB 1,145 1
909,887 909,887 000000000000000000006306a7c9f9c0f07a84a3aa4b2abee425bc483c117bc7 1.94 MB 1,858 0
909,886 909,886 00000000000000000000a56934832c400967104f10e4c12cea29d5359e0eed80 1.64 MB 3,501 3
909,885 909,885 00000000000000000000d769c60e8cc6fd22d78efe5c5725a6e26deac1fe86b7 1.70 MB 3,202 5
909,884 909,884 0000000000000000000013f28ffa51622cb4ff30b225587aeffc6cb8595ca94c 1.66 MB 2,299 3
909,883 909,883 000000000000000000021c977089a7106b5e900cbf6f4e70c49748119328fe30 2.14 MB 2,492 0
909,882 909,882 000000000000000000018b2159ad62d3dc69e4514ce172a5ea34c6e5a2323477 1.94 MB 2,118 1
909,881 909,881 00000000000000000000cb1c2d0a255b3db774c6a2bc02a4a4c83a394a9c6236 1.76 MB 2,741 3
909,880 909,880 000000000000000000019358f2f8e4b8d3142024adee684203a7415fabf32e7a 1.92 MB 2,979 2
909,879 909,879 000000000000000000012599a52580a631d475df60414e92050499455b588bf5 1.59 MB 2,880 3
909,878 909,878 00000000000000000002142edea3765b7134df71a9508186bf5aa43af78e9cc0 1.46 MB 2,507 3
909,877 909,877 000000000000000000002a53b48950c8f3d9e6810bc950d44c2300e0713677a6 1.56 MB 2,733 3
909,876 909,876 00000000000000000001519eeb5e6d1732bc69a32360a4dadd7b0d99d3c2cfc0 1.57 MB 3,992 6
909,875 909,875 000000000000000000000f81e3d0ce096962585b6daa57a5cc86612321c48a31 1.65 MB 1,774 2
Previous 10 blocks ↓
Total Size: 774.53 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,259.06 GB sent, 121.19 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.