Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,476 transactions (0.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,126 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.74 vMB 2,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,125 (843,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,713 66,713 0000000001ce99b0cc2a6aec0b699cc2cfc0bb6fdc3bd75545cc0b18e3591db7 0.00 MB 1 0
66,712 66,712 0000000000588da2374bb16a9507098bcc320ad288b72197f621973e3cf7d96d 0.00 MB 1 0
66,711 66,711 00000000014d7d412af8c55e6d709645bd82d9e4c2f844b98b10267904536dde 0.00 MB 3 0
66,710 66,710 000000000556afc9d6c343948cd0067e3466f2ff51eba302128717614fb0d2a5 0.00 MB 4 0
66,709 66,709 0000000005044c6068de45a3b3dc9095f286b19373fc82ccffb884f028d8516f 0.00 MB 3 0
66,708 66,708 0000000001fc9337fcea078483d35a4d67b95d754220052ea57d23b4565d2e12 0.00 MB 1 0
66,707 66,707 00000000029a78d88d8001d6f0bc6d193a782802ae2ad37ce7c349f3793b4419 0.00 MB 2 0
66,706 66,706 0000000002d3fa12bace1151a47fa246774a84d248f10304196d5d95a24021b9 0.00 MB 2 0
66,705 66,705 000000000370a424baedb1014d0a85c511e0d24aa8d23f6deadb0cc193b6c508 0.00 MB 1 0
66,704 66,704 00000000011bb2d7046bab2efb7b5f8da1f4c4d379acb951a53b6fb89633b216 0.00 MB 1 0
66,703 66,703 0000000003e8da0a478f60c7d0aac855f5a5105e885487cc9116dfc304acf89c 0.00 MB 2 0
66,702 66,702 000000000117bc51ac29cc7703a5b7c2c034a361c1d210729e96ccde1a83b656 0.00 MB 4 0
66,701 66,701 00000000051b18f82e3faa8febf1f8db76407aea9ab4377ad8079bbb4598dd16 0.00 MB 3 0
66,700 66,700 0000000001747f9945c51d19fa4ebb84f4b06d4b27480d708e9f7bfc2a3f76b9 0.00 MB 1 0
66,699 66,699 000000000396001780facbbff0547ba94a6794fe5cdf3c17c7f95b79d9ccd552 0.00 MB 1 0
66,698 66,698 00000000058a4b172758867e1a7b2505d64a1eb766f8ca7ff4422166815e86cc 0.00 MB 1 0
66,697 66,697 0000000004a3f06da1d896103114be9c541b05d7cc110513ee8d2a29a7d6fc1d 0.00 MB 1 0
66,696 66,696 0000000002b56868b4915c01ab7bb4c0e3e568b08edd558346cbfe6238c81a37 0.00 MB 1 0
66,695 66,695 0000000002c3fdf2f5810509b2295aed7c7c6a909859c9a93ee4819ebd2ed55a 0.00 MB 6 0
66,694 66,694 0000000003e28f260bcd5c17c063e07ab371e7539a8ed25f70c1bb6da060fc5e 0.00 MB 1 0
66,693 66,693 0000000002344e05d2d9d22ed2065c9d3419122fe90744cef152385e8c4642e9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.62 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,191.15 GB sent, 116.60 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.