Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,635 transactions (3.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,569 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,982 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,568 (872,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,611 36,611 000000006b7458a2a9c16849195efee4d4e6e72eadfa972ef1599aa8874528e8 0.00 MB 1 0
36,610 36,610 000000000fafb097c8609e107be34c8f44624fef0f082c8cef207e5d824af698 0.00 MB 1 0
36,609 36,609 000000009cdd92b0cfc5f583f236052ccc5bb5970bf9f131b3a04eb18591532e 0.00 MB 1 0
36,608 36,608 000000003c6214654012980068839f64ee7b70a457b171ceb735e6ce54058212 0.00 MB 1 0
36,607 36,607 00000000ae9e0731670197adf9ab990c8bd9c4ac699e572bf4258bc0fa4e48cd 0.00 MB 1 0
36,606 36,606 0000000058f790fe65ee707864d0a69957ffec07dd037fda831fe644777bc8c1 0.00 MB 1 0
36,605 36,605 000000000e713e14a04d39a3370fe45578d526229806a6b3d6f79cae518d7140 0.00 MB 1 0
36,604 36,604 000000006c299b4b8df0016ce87663edac84ef59f78db35e86d09c18a3c7221f 0.00 MB 1 0
36,603 36,603 00000000832a59c0438677a76b9dadb6fd591c524f7567a8184edba956b4d0cc 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.60 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,090.49 GB sent, 111.31 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.