Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,880 transactions (2.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,560 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,756 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,559 (833,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,446 76,446 00000000000b256dfaa677e8aeefa1824008b5342ef4922f7572ffeee6a5cc81 0.00 MB 1 0
76,445 76,445 00000000003b7c479c35908d4405403ff8d44071c326c4c248c3ac4a99e6bbc3 0.00 MB 7 0
76,444 76,444 00000000001e08faa16dcedd97998cf3c434c2ca1877b51731d4ee657c9f3c01 0.00 MB 3 0
76,443 76,443 000000000058a26498bd261e865c8a560e0ac113e74c2e9698268fe52858d874 0.00 MB 1 0
76,442 76,442 00000000001e48b1f55be8585200fdb60c0fc8adf49531cf824cb928db9b7a15 0.00 MB 2 0
76,441 76,441 00000000000ba3c9922f0afef241d797cb76f443f687ae464512bd21ba588910 0.00 MB 2 0
76,440 76,440 000000000068231089375bd660667c46280687e0c39af0b4fab44d5f076dc86e 0.00 MB 1 0
76,439 76,439 00000000003acdeae8c0c521a4aee498b4370020ddca336e489f020fa3f70f02 0.00 MB 2 0
76,438 76,438 0000000000678b852a5d227e5556cc0e666a614114475eca7dcd8f77bbffa244 0.00 MB 3 0
76,437 76,437 00000000002780ba3c76c583008afd0970bf24b3f8c67c50d3d085a25b3ec5cd 0.00 MB 1 0
76,436 76,436 00000000007a623337db976471a1635ef3a9ada97eff080d71cd81e2152dc2a7 0.00 MB 1 0
76,435 76,435 00000000004e4903df4d31f62183544a3b2126842725f62e04983877eee4e393 0.00 MB 1 0
76,434 76,434 00000000003a225c3cae8fcdf87b6e79be33967dcd54aefe6d141bb6c4071e00 0.00 MB 2 0
76,433 76,433 000000000026a01a395bbe8ee681c1842f7ad2a7512730df15f5d7f2b66e158f 0.00 MB 1 0
76,432 76,432 0000000000324ee4c7c52b4900e34bda16291534d3b6baa56cd812de78dc7e79 0.00 MB 1 0
76,431 76,431 000000000055064d103aebc5d2a295e7473762b813e804bffb095715cbbe7331 0.00 MB 1 0
76,430 76,430 000000000051fb544391ee62856a968becfcee19e7d47642fd66a59c3868c20e 0.00 MB 1 0
76,429 76,429 00000000000647c0b64abbaef28615e0597e5eda1f129aca66cb6a141b7ffae8 0.00 MB 1 0
76,428 76,428 0000000000431444d8ed11b408cd8220cbc82b956c80797b5aad15bf78e4ec73 0.00 MB 1 0
76,427 76,427 0000000000023bdfaf6fc3cb67bc3a6216c12de8d406497638026f43bad5a63a 0.00 MB 1 0
76,426 76,426 0000000000188b3612d64459ea4f56f0a4e18e3dcde251733c40efc5916da63b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.59 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,089.68 GB sent, 111.20 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.