Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,724 transactions (1.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,031 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,544 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,030 (552,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,597 358,597 00000000000000000b8091d3f574fcd87620d3b9bca29b88933f07cad22c33bb 0.75 MB 2,280 52
358,596 358,596 00000000000000000f373635b5e3320b25f37517e021b25df6935a9671128010 0.75 MB 2,458 54
358,595 358,595 00000000000000000bf7353e7cb4b072482d816317be73670ffee02cb31ad517 0.45 MB 875 23
358,594 358,594 00000000000000000884b95a2a1364528e250e4b7d1c886d250b46e5f73065f6 0.75 MB 1,715 52
358,593 358,593 000000000000000013c449c2e0923dd94143ba64a86a54564fd0313bb93d4c3b 0.14 MB 324 36
358,592 358,592 000000000000000013e8e7d1f643c1c2539389c6c745609776c49291ff046cde 0.40 MB 715 24
358,591 358,591 000000000000000004203ed6d0ceea267a30c0da9f056d6d18ca00b3edb89668 0.73 MB 1,355 23
358,590 358,590 00000000000000000c6f502889717fbad3679d55609720319a98f524f52f2329 0.54 MB 864 19
358,589 358,589 000000000000000014c6c69e23040b17e05cb026cc622c8d4c6354228afe9305 0.75 MB 1,675 30
358,588 358,588 00000000000000000321291fe05a961496bb332f9f717348569d39ee08cbd9ef 0.75 MB 1,153 14
358,587 358,587 000000000000000005f71002a0fee86920f04a2f7d60da905c4232b0555ca790 1.00 MB 1,248 21
358,586 358,586 00000000000000000b3923d98b5e93f42be5636dfc3739997f7d3b6773460c53 0.00 MB 1 0
358,585 358,585 0000000000000000068fdcc1d3ac815c9c14a16ca1a7fced4ec4764869ad4fa9 1.00 MB 2,795 40
358,584 358,584 0000000000000000076d9fd785c7c240c16bef654df43e5e5a24c807066c62eb 0.75 MB 1,957 55
358,583 358,583 00000000000000000fb1c39c2939312c2a4ca13f2909ab9fbcec91443e4e1df0 0.88 MB 1,696 25
358,582 358,582 0000000000000000096bc5f21455ee3c08ad14d6b0df07ffff4daf691893c1d0 0.08 MB 101 20
358,581 358,581 00000000000000000d04680335e3154eaad3ef5123f60a8d8090dd3a96945386 0.13 MB 183 9
358,580 358,580 00000000000000000d21637bf03151692e92965f60ef0e957533b4c3b1c221d1 0.34 MB 717 24
358,579 358,579 0000000000000000126ec0e6b819a246f1a75bf58b6f9dcb88fe40869693248a 0.70 MB 1,502 27
358,578 358,578 0000000000000000085e709dfd0a420f8773485c6813f3bab6a9284accba37cd 0.08 MB 120 6
358,577 358,577 00000000000000000dd494876c1424b93d245bb8015b8820e0545c39f2aec0d6 0.21 MB 466 28
Previous 10 blocks ↓
Total Size: 775.30 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,361.67 GB sent, 125.26 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.