Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

812 transactions (0.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,748 000000000000000000022b910000000000000000000000000000000000000000 0.28 vMB 809 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,747 (35,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,943 875,943 0000000000000000000039d6e9213987c6e19a3374b52f45edbf4c4ad7318ab5 1.75 MB 2,455 4
875,942 875,942 000000000000000000018de8ab0f601e25500dbbbcb372ec6e053e612fc6af34 1.34 MB 1,509 4
875,941 875,941 0000000000000000000104a649b3da4bc2a196104ad60e81625b18712f0bb8bf 1.57 MB 3,335 6
875,940 875,940 00000000000000000000b5c224c3b42397e0fb0ae8fa0665ee0034f9dfeed380 1.51 MB 1,740 4
875,939 875,939 0000000000000000000172223f93695a6a6c95fffd16c232aeee52e1c2c01a7b 1.57 MB 2,604 4
875,938 875,938 000000000000000000012bb0e26783ebe937ed813e5de82ac847118897dd98bf 2.57 MB 954 3
875,937 875,937 00000000000000000001430865277412b0d126e38bc59abdab884f5ab234e899 2.19 MB 374 2
875,936 875,936 000000000000000000008338248d17d6245d244462d027c64a8bd4b5ae6f9297 1.28 MB 887 2
875,935 875,935 0000000000000000000152bfa04d47697c511b2b05690042bdc2d8aeaa2d8300 1.40 MB 1,980 5
875,934 875,934 000000000000000000001c3c0d4cbcefa15726d4bd831c126ed355a51a829f37 1.42 MB 1,788 4
875,933 875,933 000000000000000000018809ca05a4f61df44b03cb12f5bd5c5aaf05454e6e6a 1.55 MB 2,037 5
875,932 875,932 0000000000000000000232663439009e232aa78eeea6032bc9a4abffb6599bea 1.47 MB 2,751 5
875,931 875,931 000000000000000000000c1e5e9ecade1962a3fd9c6edc47a29d7776ece857b9 1.48 MB 2,286 4
875,930 875,930 000000000000000000019a8057dd0ea4dc4ae3ee8219d7fec100a4741df5f062 1.57 MB 3,820 8
875,929 875,929 000000000000000000001c18fc1bdaa4c8cd1e9e4c169218479474d65d3a8fe6 1.64 MB 2,702 5
875,928 875,928 000000000000000000018b2b8b1ff92c6ac245feb83b409e370059e2994dcd61 3.01 MB 688 2
875,927 875,927 000000000000000000019e71f64edb0b3e79278220c78530f399148d86abf82c 1.72 MB 1,752 4
875,926 875,926 00000000000000000000a99e3bbc5db92ad1e5e09c0c8630f2c98aade2db888c 2.88 MB 1,142 3
875,925 875,925 0000000000000000000286730f79c430eb998cc20a99b70313587957433cd255 1.48 MB 1,327 3
875,924 875,924 000000000000000000009734ff26034a3f9e8c159e4a85615acbf51ad371599f 1.50 MB 2,186 5
875,923 875,923 0000000000000000000072c313f27c41dc479f92aa5acd61ceb0219af6acbbcc 1.52 MB 2,015 5
Previous 10 blocks ↓
Total Size: 776.62 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,428.75 GB sent, 131.67 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.