Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,256 transactions (4.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,563 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,601 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,562 (896,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,111 13,111 00000000196ffc15f0484651a4d11d2ea248ce4b2e084d01c9212babae787548 0.00 MB 1 0
13,110 13,110 00000000ef2416d21b1b1e9db622ab287d34c0559bcf79255f68e94376232ca3 0.00 MB 1 0
13,109 13,109 000000001d5a34dc64a70188bc538c38251c08e3d3cd77e4f8cf67ad576bc120 0.00 MB 1 0
13,108 13,108 000000006bd41a200005a45950e5f6a8a15071b9d94ca37a4439e354584e6919 0.00 MB 1 0
13,107 13,107 0000000087b7b71ad4cfa24a8dc833ef6697346be6b6f2af2ae237f04ff98be0 0.00 MB 1 0
13,106 13,106 00000000540410be16ac2de1c07641e99d6dcf6245887b158aafc42a4c860d53 0.00 MB 1 0
13,105 13,105 00000000bcc916301863ed701df20bfb741fcd2dd1b6682ddade4abf3458bc00 0.00 MB 1 0
13,104 13,104 0000000036ce6983e61db959cdfeea27f4a5fc8bc2cdfd0f148a9827277d32d5 0.00 MB 1 0
13,103 13,103 000000004b2ee6e0346d3fe18636920ca19efa6672c00dc4fb3d47bd8485ae78 0.00 MB 1 0
13,102 13,102 00000000238462f077ee10805ffc8b7205ce9a98eec6a5abbc0cda652166330b 0.00 MB 1 0
13,101 13,101 00000000f73ae9e3cf5578897a85e3b5cbc32349d5945121c3844de1c71259f5 0.00 MB 1 0
13,100 13,100 00000000fe4bb91998e202103da359565d32c4b4461a7234eda2c8f4d13fac04 0.00 MB 1 0
13,099 13,099 000000005c6a7635a58d9310af646e04c18d7b07160daebfb6fb4db30e9c6d8a 0.00 MB 1 0
13,098 13,098 00000000eb1c0ab251956f7cff027d88b31fdbe97d348b411a773e1cbcdd674c 0.00 MB 1 0
13,097 13,097 0000000079770ffe101c1f9ea0e93d1471b2fe0539e476861bfa2ef876759225 0.00 MB 1 0
13,096 13,096 000000000bac8e5c04c558ca52bd68030bf741246959d3132e90794a81f05f93 0.00 MB 1 0
13,095 13,095 0000000085ba2ad2ee0c447b67be7edc789ef7bd988f34b5ea41f9ceb8a09d2b 0.00 MB 1 0
13,094 13,094 00000000b31b80bf0d7b831f64d158b1d4b54fcb323abf3754711fb5bb55ad1a 0.00 MB 1 0
13,093 13,093 00000000dbdaf232c0bbb35f504f7c99a306be44685acafc64e74b4201d7e6ad 0.00 MB 1 0
13,092 13,092 000000003142f1dc2f4520420ab71ddbc477bc8c3663b04e9e5087a1c248ba3d 0.00 MB 1 0
13,091 13,091 000000009dc5ba7b96db095e836d8f61be475d1d4858387fa37131a9b6aac22c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.59 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,089.81 GB sent, 111.25 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.