Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,612 transactions (2.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,754 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,753 (888,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,644 22,644 000000009d8d28cb4fee6ce6b582c4ed70a602ee66e3c7ae61f3b58029e6406a 0.00 MB 1 0
22,643 22,643 00000000ccd679ff22763c644708ea47782a8eb5e3745d5dc6a6b781c5770180 0.00 MB 1 0
22,642 22,642 00000000596a5171796ad9ebccd11c23b3d17a1e92fe8705b04613d002042cd4 0.00 MB 1 0
22,641 22,641 00000000d1eb1da95a8b0f09269b3e910539c946f07bfe97c5126220c38c37d3 0.00 MB 1 0
22,640 22,640 00000000344981a767fbbbd45a5e02d26a26a4ffe09ca0f576e3f02887378839 0.00 MB 1 0
22,639 22,639 0000000012f9460a275957a7c21dfa683f354648f1ef3626d04a1039d9c75385 0.00 MB 1 0
22,638 22,638 000000001e20742a3879d61dfb69b9fb5975b51543e0f26aeaa0103c3d6f6955 0.00 MB 1 0
22,637 22,637 00000000171618ec1643fea0911b09e94677ad5e5c5a85d98b28368c01edf7ea 0.00 MB 1 0
22,636 22,636 000000008e2b802ca01cff397c7734f46f94c80900a148cd85eab506c422a8dc 0.00 MB 1 0
22,635 22,635 00000000effe9377cec5ba5f9067d2d4e710321abe246725bf89e826b5dd14c3 0.00 MB 1 0
22,634 22,634 000000005a8cc3361a593c60368ef626aebdb567571399a4f4fddc64e03231c3 0.00 MB 1 0
22,633 22,633 0000000024fd015711594630c49863d1121a49ac801b03380287aa161bdc7be5 0.00 MB 1 0
22,632 22,632 00000000ca0baee5e32a697324ef746c850d065549f0fe601ea15c26fa1b888e 0.00 MB 1 0
22,631 22,631 0000000013eedf24d0b4d7d8b17d41cc7c90a1982610d2fda7468d3eacfd6121 0.00 MB 1 0
22,630 22,630 0000000019eea487f8192a2ea79489ea2f4beb05d939dc1bc4675c3ca5328fb7 0.00 MB 1 0
22,629 22,629 0000000015a789406b45266868af07f624daba7fcca3a6dde68de992eeb84669 0.00 MB 1 0
22,628 22,628 00000000ef0c45b23f5874762f7fcd2bc169b0e4df4ed664fcbf3a450f95e963 0.00 MB 1 0
22,627 22,627 0000000008ad176adeb237bcbf386ef8c29c0dc056bd72fd04a18ec0f94d72ce 0.00 MB 1 0
22,626 22,626 00000000c978ee2985424cc3a8a742e5011442ee18f380ceed2294bcf37f9477 0.00 MB 1 0
22,625 22,625 00000000e996a50f9a5d73053d6c32697935c2f13cb1be9372566c3976b1efdf 0.00 MB 1 0
22,624 22,624 0000000040f322527ac99ea45c1764c0388d77780602edcc050dc50569b94ca9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.78 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,294.07 GB sent, 122.53 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.