Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,970 transactions (1.01 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 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
909,604 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.92 vMB 2,964 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,603 (872,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,620 36,620 00000000614c74aab35414da4873760b2de3d25a29c940cbc08e3b6d3670b7c5 0.00 MB 1 0
36,619 36,619 00000000532173b567e1e7df61dbe22c25124948e9733b563d97726bdfa8d7d8 0.00 MB 1 0
36,618 36,618 0000000088fae6d00b9ab677ea7e60fb320fdc6de5dbc691e53c3581a1fd180b 0.00 MB 1 0
36,617 36,617 00000000acc7ecb8b84bafdd0857ddfe841e6ec87b14145f286769dedc27e202 0.00 MB 1 0
36,616 36,616 000000002e5cc0449e3847285fdbdc470849412b306337819dfb087287b12eb4 0.00 MB 1 0
36,615 36,615 000000006fb4c2b0da59ab904c36b104112f27b4a13d92a20c77397f430a9484 0.00 MB 1 0
36,614 36,614 000000000ae0cb532d155806b32b4539eb19a83f5f9a838b78d6b31241b68950 0.00 MB 1 0
36,613 36,613 000000008697c8ecf0082c6935227acdc3f9bafb400409f9147e37286ea5072f 0.00 MB 1 0
36,612 36,612 0000000064362d1dc6ba878821680efde953bf9593a8869d6745a6116690ad2f 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.67 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,100.00 GB sent, 111.68 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.