Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

601 transactions (0.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,888 000000000000000000022cb30000000000000000000000000000000000000000 0.13 vMB 593 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,887 (891,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,945 17,945 000000006032fb8de7248ca623a1bc0ee11c7f0714123fd3c2956edc28d5a011 0.00 MB 1 0
17,944 17,944 00000000993220fc4c876b1940642935e983e0c50dfe80ebda7a64f1d4c8b163 0.00 MB 1 0
17,943 17,943 000000005e0193487a9a56d2c0bc8ef4c7ec1545b778e520f649bc30bd97a45c 0.00 MB 1 0
17,942 17,942 0000000081c823cbc2fd458a7923533e4a64705289ce22151646748d3d6c8f66 0.00 MB 2 0
17,941 17,941 00000000bbd41b9bf389c02c38c55fc2fa7299348cff8cfe576690c85e73dd84 0.00 MB 1 0
17,940 17,940 000000002790cd0f767053fc5a722b0b22f9e8ed536ae743286f45fcc35b13d5 0.00 MB 1 0
17,939 17,939 0000000063b56686ad6dd2e06a34c74e5c4e2aff1da423e5ee1b25e9ae5bf836 0.00 MB 1 0
17,938 17,938 000000004c8bf77d4ae97e3e168702328bfc81a3f47624e422f0314a91640247 0.00 MB 1 0
17,937 17,937 000000003c74abc173a8ba4ed2a13d24c3df91c1b84378ececc585a73b5ac0a9 0.00 MB 1 0
17,936 17,936 00000000cfcd84f71b70a503a947db4d4126671aa13ea6ea23426d1f391dc374 0.00 MB 1 0
17,935 17,935 00000000df81ba39501cd9f2d79e41f9a75d90e317dc7397e275a475b487d8a6 0.00 MB 1 0
17,934 17,934 0000000042c782478c837955f5243629e7e14b6c2689280a73e678babf03e410 0.00 MB 1 0
17,933 17,933 000000006670869db8bd93ef10b4fa9f6f74f5d5d4d34a4679850cc1a9257d58 0.00 MB 1 0
17,932 17,932 0000000081c3e44e518f13e7ccd5a2ffeddf23fcc6cec2a2211a352b228ee6a0 0.00 MB 1 0
17,931 17,931 00000000fa6880489218bf1b04cd5db5d2e040e6cd4fa1e93e4b845df9f36c41 0.00 MB 1 0
17,930 17,930 00000000636abd926d06d92f80b01085e971f1d9dfc5bdd4fd5834d7d9f81fda 0.00 MB 1 0
17,929 17,929 0000000049dfd85a4eb4df3dab0d10ae3a1365de066ccfca6b926322ae8751a0 0.00 MB 1 0
17,928 17,928 000000004b56796f2eaefe9d7831350a3ed40f60434e57e042f869fa5c50a213 0.00 MB 1 0
17,927 17,927 0000000007e9d257b02d67758c3cf6d0711ff58f7bd7f3c0e2ab03fbaf925bb2 0.00 MB 1 0
17,926 17,926 000000003427bb5ba0d97acfbb250d140f73d0adc1791c64b1fce1ebf078bf44 0.00 MB 1 0
17,925 17,925 00000000a6fdfb216fa3a5911f3076bcc03df9db7bcc75385f800d20b2fe9535 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,170.99 GB sent, 114.31 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.