Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,332 transactions (0.55 vMB)

Priority:

  • 1 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
911,005 000000000000000000022cb30000000000000000000000000000000000000000 0.55 vMB 1,330 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,004 (5,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,957 905,957 00000000000000000000eab8b883864d9527675c27f73d0272769de90d6f7b83 0.32 MB 675 2
905,956 905,956 00000000000000000001182ef76034775129922337f7227d82f0b856f56549c3 1.58 MB 2,844 2
905,955 905,955 00000000000000000001706171b3c286509e301b92d92ef8a53c7652e45c7f53 1.65 MB 3,345 4
905,954 905,954 00000000000000000002306c23c081aa8d9b792a62d7bc66292c688d986bcc39 1.82 MB 4,243 1
905,953 905,953 00000000000000000000993bb6a66c2cdcca69f9cf660fcfee4768bab62f1ab9 0.02 MB 73 3
905,952 905,952 00000000000000000001fe91fc5a7b316e5c7b628fec4be37f85c4216c7262d5 1.72 MB 2,955 3
905,951 905,951 00000000000000000001950de773c65041254e793a18d1d6f89a50a41ea6cc01 0.32 MB 777 3
905,950 905,950 0000000000000000000239b558030b09be811881813f830b4173f68c7a97fdf1 0.90 MB 2,055 1
905,949 905,949 0000000000000000000127ef38144bad7e0ccd53709edcc066e05d45486378e5 1.72 MB 2,401 2
905,948 905,948 00000000000000000001109df18bbbb6dcf7e0f6054da1e5d854f8291b4b756e 1.63 MB 3,849 5
905,947 905,947 000000000000000000022b531f86d663e44070738e285176403a83fba85493ce 1.64 MB 3,387 3
905,946 905,946 00000000000000000000652c13cb87a96584f11a296361e671317422964cdba9 1.61 MB 4,293 6
905,945 905,945 000000000000000000005b9237fbc383c1e932b1f305075904076f2bdba77f63 0.88 MB 1,321 3
905,944 905,944 000000000000000000017a83b8b8110231b5765d6b9789c529f6da5a8c3e2bd5 1.79 MB 3,420 2
905,943 905,943 000000000000000000003732c3e145b9734b98482b7b73be9fa12a90b8198a4b 0.92 MB 1,006 1
905,942 905,942 000000000000000000019960d9328929aa5cf94a2a455fde6f38e89de9ce9256 1.69 MB 3,067 5
905,941 905,941 00000000000000000001b63759e60d4d3c829c97102050fa5788856fe9518d5a 0.03 MB 96 6
905,940 905,940 000000000000000000021e3bd869605c7aec33f4ded72362cac9b23d9c60b9c6 1.76 MB 4,425 1
905,939 905,939 00000000000000000000f4655d0afe99f39f2685ff6b7dcee5aa5ceabf2083b3 1.70 MB 3,215 3
905,938 905,938 000000000000000000015d14fed149566350e2337106e3bc86c84fb56ac1678d 1.00 MB 1,401 1
905,937 905,937 00000000000000000001bbd38130b510f09b5007b3a686f739badac110361a30 1.51 MB 3,191 6
Previous 10 blocks ↓
Total Size: 775.25 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,359.94 GB sent, 124.95 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.