Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,040 transactions (0.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,008 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 1,026 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,007 (523,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
387,709 387,709 0000000000000000000c872c294b6586505ba1c2fdb6bacd2cb44c00abe6e7db 0.29 MB 545 23
387,708 387,708 000000000000000009d658771bfe3db4a0b066bf92acd730e2fcd558d67784f1 0.58 MB 545 15
387,707 387,707 00000000000000000c66c0883662aaef4d14a2f4d22c27d729b586baf6636246 1.00 MB 2,560 53
387,706 387,706 000000000000000007483080b99c2f06e4c4b3632420bc5f16be552353fc5762 0.37 MB 515 22
387,705 387,705 0000000000000000013fca54f01fd1ba959e3198490bd04fb51133041ab48286 0.93 MB 1,614 33
387,704 387,704 00000000000000000d7748249e2d601e2e9185f16326426067e12d0db5d4afc3 0.16 MB 360 35
387,703 387,703 000000000000000000e7ebc7e0fb34120960d7fdc097fb9491367bc35cbed0ae 1.00 MB 858 14
387,702 387,702 0000000000000000004e806323d4beaf3e14313ae9bf9f46979eecbd839318ae 0.48 MB 1,228 34
387,701 387,701 00000000000000000cc6b977937c48ea65d6807295bcb515b5c6a94e34387e5e 0.80 MB 1,753 37
387,700 387,700 00000000000000000c7ae67e8fecc643a3e8024a2c8e8c35385c9ed011369fde 0.40 MB 858 36
387,699 387,699 00000000000000000623668d3c07061930efbd18f7a7d47d6ffb8ef13ff813d3 0.00 MB 2 0
387,698 387,698 00000000000000000790e007f2e3e16357dbf0623c22ad670fb32ff0e0492f97 0.69 MB 1,039 21
387,697 387,697 000000000000000006998c67cc455b44ca59af50b21760a4b3eeb591e33b3d1b 0.52 MB 1,570 54
387,696 387,696 0000000000000000073938a58f901301173f29fd114aaa29a0c7dd9d596aaf67 0.13 MB 197 41
387,695 387,695 000000000000000005ed8fad1fb0eade251ec3ec63a659957d05e2d77f611fac 0.13 MB 139 12
387,694 387,694 000000000000000005910b81ab2ba7a0ac57f28cd08ffc651099913582aa93e7 0.99 MB 1,397 20
387,693 387,693 0000000000000000028dbb0c8a84bda14d21463d1f2850e0e0d226fbde6e35d0 0.00 MB 1 0
387,692 387,692 000000000000000004fcdc55da899b1bb42e23209c06378bd8a33967c94a48f6 0.74 MB 2,220 51
387,691 387,691 000000000000000005d9b4f7be22fcd8c656c9bd5eaa5dea460e35e94c80b367 0.18 MB 427 31
387,690 387,690 00000000000000000144f5973c273c41862e54526a13bbb7f9b18eb748ec8e95 0.19 MB 345 34
387,689 387,689 00000000000000000be5cbbe35598a6ac522bd90a98d189b797e697eab7fb470 0.57 MB 1,235 33
Previous 10 blocks ↓
Total Size: 775.25 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,360.00 GB sent, 124.99 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.