Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,600 transactions (0.97 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,361 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.97 vMB 2,600 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,360 (878,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,760 31,760 00000000033f95dfbb5dbbc48e51eb339580feaa1a8509bda629cf713d0a0f57 0.00 MB 1 0
31,759 31,759 00000000bbf669f91158fe0424ebaed098b2cc9b3b811a04d4fe80c5af656125 0.00 MB 1 0
31,758 31,758 0000000056e65729f0b5a35f74e5102b016e3c0ab351107654eb760b04529210 0.00 MB 1 0
31,757 31,757 00000000e4e8589f5a0e45c2b90f9bc32b85f2b5d0413a26d707a6b17fbfe61c 0.00 MB 1 0
31,756 31,756 00000000a1160443b3707c1ffb8f46cc58d5c8a356d2f9e7803a8fef2175ecab 0.00 MB 1 0
31,755 31,755 00000000e9e5e98cadd8d6609d9d2ed7908e14ed20640a513d70140706850eff 0.00 MB 1 0
31,754 31,754 000000003684ab96f6a88726e7739fc9763645fb6a924a6a437d9ee12f8596e9 0.00 MB 1 0
31,753 31,753 000000006f097f7f7d21deb41331cd890cd9047bb06e160eb37f514bc975c9b7 0.00 MB 2 0
31,752 31,752 000000006150d51ac5d6206cc23d358bb8b6273903c281221a83dcc400986f9b 0.00 MB 1 0
31,751 31,751 0000000089b6215dc08206629c7b6e1c93b20e0971e374e77c1b2ae17ca8d1fa 0.00 MB 1 0
31,750 31,750 000000004aeb242ac2f586d418037e23988f560a617a0935c9636459f8f0737b 0.00 MB 1 0
31,749 31,749 0000000070b7c5aff412200aa943ec4377c0be0bfeedce196f107d08ccd6289e 0.00 MB 1 0
31,748 31,748 000000001bba90104f888a5da50473efe163c40b6d4872586377b1aee84b8e67 0.00 MB 1 0
31,747 31,747 00000000d508a3230d69e8026dbb721e295a67d16f8da48fd4332c9e8908d3bf 0.00 MB 1 0
31,746 31,746 000000002abdc59faaf4b13a76d00522e71651db60d7e1f33ca940784480a6c5 0.00 MB 1 0
31,745 31,745 00000000e2930505af0c462b597ddd7fb656c54b0b8bd0d84a0bc510d31b3e36 0.00 MB 1 0
31,744 31,744 00000000d22635b2bedb7f084429740820fea8be925eaa9dc3c87a486fa3b393 0.00 MB 1 0
31,743 31,743 000000000f0282b1bb5e0270d741cf245d1c5b1910c94aba2d9891f3606c673c 0.00 MB 1 0
31,742 31,742 000000003504df5a1e3c3bdec910b5a209e8b49cc05df218c9588357b1bb1273 0.00 MB 1 0
31,741 31,741 00000000d736e119fe3f830e14552d75f56c553ebe41ef1cd7b24ff47a75274b 0.00 MB 1 0
31,740 31,740 00000000563f1233756ff45b1618c06c26761f280fefc9e4c0fd14a5d9f4f274 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.07 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,233.21 GB sent, 118.91 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.