Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,187 transactions (1.08 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
910,469 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,824 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,468 (878,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,769 31,769 000000004f237b43c15a4d879379216a138e93814af2b3d4ae6000ae73a0ac39 0.00 MB 1 0
31,768 31,768 000000001ec60690bde83a0a8694ae9a1ee8e9551a6096db0ede88a476631da2 0.00 MB 1 0
31,767 31,767 000000003370cd9b3a2f52d6e0d3f793e04edcb10c393711737e9cbbd231ceae 0.00 MB 1 0
31,766 31,766 000000002af4a4f8a85e39892512f6f56712cfb263c8031fd91cb2a6e890c117 0.00 MB 1 0
31,765 31,765 000000007507a96e1d56c0a9c06e66e34cc4750966df8256fcf8ee542d2e1bbe 0.00 MB 1 0
31,764 31,764 0000000074beb7d3f7dae179d9d620c30b3b9938da3fdb3a38336a63a2c010ab 0.00 MB 1 0
31,763 31,763 000000001d106fbe407b94cbc6d6b39f4d23ded8d507878203193c82e71e6ac7 0.00 MB 1 0
31,762 31,762 000000000b9d3799c2e8517a1b3a732bdbbb93d2676cd9ad53ff61753b858751 0.00 MB 1 0
31,761 31,761 00000000b476a54cb77277d0c3196f8c710fe4f85277f8786dd9522f00c3634b 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.26 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,242.48 GB sent, 119.81 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.