Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,682 transactions (1.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,590 (833,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
76,425 76,425 0000000000335f8b77b076ea9ea40f5c06f28a62762b63115b0cdb35b838a4e5 0.00 MB 1 0
76,424 76,424 0000000000697863b2d8b939b42e29c333f452ac16b7e145bae6a0cab1b86eb6 0.00 MB 1 0
76,423 76,423 0000000000385b189916dfa596cf971cb090acc0bbf2f33a27b4ede66d93970c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.65 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,095.78 GB sent, 111.56 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.