Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,774 transactions (2.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,533 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 913 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,532 (871,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,796 37,796 0000000070930505687f5ba333b5ef46a0e51a8cd512b1b41a4eebc0bb1187e9 0.00 MB 1 0
37,795 37,795 000000006b9099a66a540d0bc3b1891e3f436a9d7cd3ed362d571f8acb7c2570 0.00 MB 1 0
37,794 37,794 000000002552204f038c7f3e35f6b0c5c3399552686859e53abdacedcc3f1814 0.00 MB 1 0
37,793 37,793 000000003aab941ecfe1cf7c966d24f5ab41ca5e08e6efd3b8b27245c638930c 0.00 MB 1 0
37,792 37,792 000000009e35c745e492de027c4b7daecd3f0e5c3a9b75264faef2e91fc39c0d 0.00 MB 1 0
37,791 37,791 000000008ae9eb021e36edac700a08d0831f97db2bdea8533481cb63a8450f38 0.00 MB 1 0
37,790 37,790 00000000818013e612de4906f39ca985d4ec4042af4e0c2f3af89bf547cb8923 0.00 MB 1 0
37,789 37,789 000000005ac7cbf73fd3c73ecc33c5827a587e45acd542f83776b677418135b6 0.00 MB 1 0
37,788 37,788 0000000077272a40c066cd944883118fa87fab081fd7e8df06f58bfe038db46a 0.00 MB 1 0
37,787 37,787 000000004667f035df4532e9989e3282c3ed6f0d5b138be14fd50bc97120b99f 0.00 MB 2 0
37,786 37,786 000000002969c8d6c065365d7b5c5d4d7ace4f9dce8bd3fc794b2987e1de2aad 0.00 MB 1 0
37,785 37,785 00000000668a31981080915cd5a5473516865b3d81cc1736bbcfd190b55136ef 0.00 MB 1 0
37,784 37,784 000000001c2d0e52560f195a65533a21a687a473b8781c00b5ec8f06e1949517 0.00 MB 1 0
37,783 37,783 000000002f0e692c29ca6e90570104f781a3a694c8241909d274ed7e78784d74 0.00 MB 1 0
37,782 37,782 00000000936801acf8c21e5db2c26ba640e70723023047b4fa92b690247a220c 0.00 MB 1 0
37,781 37,781 000000005e32da1a7d75b08698c47fa8a421be0da5e02574948d27c01d1c0f8c 0.00 MB 1 0
37,780 37,780 0000000013db2d60690dd3a703054ea2461c46a97c531ecaca7898e695c2a0cc 0.00 MB 1 0
37,779 37,779 00000000abc1be3980e9bd2fc0d0e24051889e96bd0fdf7640bfcbc15419dee7 0.00 MB 1 0
37,778 37,778 000000006a367803fb18e31aca0396708d095e726870566713084025a48df360 0.00 MB 1 0
37,777 37,777 0000000045a114ddb61f34990b7673d423e668052086f6ad82ff038b18f5774f 0.00 MB 1 0
37,776 37,776 00000000191ccf25d2ed06cde49d6859150333c74916394a50975c3e7ba6c148 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.54 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,083.22 GB sent, 110.95 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.