Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,158 transactions (1.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,392 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,717 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,391 (872,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,602 36,602 000000009bb50c4e18f1b66560fb714308885c2e8341a9b1828797680413af79 0.00 MB 1 0
36,601 36,601 000000004304e68df768ab91984474c39d4fd688bba9e60c917871758ad4deea 0.00 MB 1 0
36,600 36,600 0000000040036771eb1a8738f2fe8ff2a1c58452883befc9c175b2b12e18369b 0.00 MB 1 0
36,599 36,599 00000000486030722e357e2ce049c6f8f09d44031a58280f2f2364c1c5b8cba3 0.00 MB 1 0
36,598 36,598 00000000269a07177c1f9e1c1eadc4bed9960c095cf872fab97b4105376d5b4d 0.00 MB 1 0
36,597 36,597 0000000034904020019065694a6fc1606591e32ab40222fb62d6dd92505bfc82 0.00 MB 1 0
36,596 36,596 0000000060dff671fc7e07f526d3cca9276781f8b2e4514f058bdbb151936dc5 0.00 MB 1 0
36,595 36,595 0000000057f1ad4a6721ef8ab8b9dafda826ef542244bb97d0efb4a6a457344e 0.00 MB 1 0
36,594 36,594 000000008c57a30adb6d7beb94bea8db31a097dd49a85f3058c99a2062769dd4 0.00 MB 1 0
36,593 36,593 0000000090642ccd4dba123666276b072992b26e5f63e483cfce4b613e5da2d0 0.00 MB 1 0
36,592 36,592 0000000083623aad027c07b8651e1088d859e8ad83a737cc78c19b3427b6eb1e 0.00 MB 1 0
36,591 36,591 0000000071f38952aeb1eb9edbf9069168b91b34afd40ae6309f4bd526a950c9 0.00 MB 1 0
36,590 36,590 000000007810eca5b9ec79c9e01ddcc6ed5f4ebbe702c4cbdf37d852e48ad1f6 0.00 MB 1 0
36,589 36,589 00000000a6417226caf7b4d966b4a2d54f29b9773c37c325c99dd3f02be2183e 0.00 MB 1 0
36,588 36,588 000000000021ebeba16ff5c6ff6f6d6e711233bb01646682c3fb00e824e60be8 0.00 MB 1 0
36,587 36,587 0000000041310a9287853ae06835e53b49f6ebb90d03b6fecefb9834b90ca60a 0.00 MB 1 0
36,586 36,586 0000000073c91618708bb5991c6fa5276e2995204c58d2993b30c803230c327c 0.00 MB 1 0
36,585 36,585 000000009b23b20e1aad69a28bc407c1477efe7e53f4b9bd8ca1e2619aca6074 0.00 MB 1 0
36,584 36,584 0000000029f704ae96653c55d94baeda1587b98afebaf2bdf7fe888dd2af93e4 0.00 MB 1 0
36,583 36,583 000000003ee9f37a42d80aabf0c4ce541f870f90836c6f59b8d61fbc979f23ac 0.00 MB 1 0
36,582 36,582 000000007b8676ea31076100ba3e1084f8518c6d3d541d05c128ca4070b0fd23 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.27 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,069.67 GB sent, 109.47 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.