Loading Tool

Explorer IconExplorer

Memory Pool

78,016 transactions
29.07 vMB
0.07026672 BTC
Random Selection Loading Transactions
Max Size: 173.95/200 MB

Candidate Block

Mining Attempt c93f23f022dd91c8f0799f69574da85035938d597bebc6b87954b5d63902bed0
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 62ac3175c347a7b2369ffb1d314ae2def767c571be96c15ea055ed9a232d27e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,267
Size: 1.00 vMB
Total Fees: 0.01139504 BTC
Feerates: 73.20 > 1.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (134,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,809 780,809 00000000000000000005f4337ea50745c91b2c8d77a38494f5c099b7e1ec3661 1,936 1.00/1.00 vMB 44
780,808 780,808 00000000000000000002c55e0d6313f449a87eeb2b6434039810541f74775132 3,727 1.00/1.00 vMB 42
780,807 780,807 00000000000000000003214555632349cbab068a7a90841e548f7298ca468c3c 3,839 1.00/1.00 vMB 29
780,806 780,806 000000000000000000065d3cd7473afd1bacb8de91403774f7cd535b5e990e6c 3,618 1.00/1.00 vMB 43
780,805 780,805 000000000000000000047e8e8fb6ab3534c3a58100d334feec8c9404af39bac5 3,616 1.00/1.00 vMB 40
780,804 780,804 00000000000000000000e32c33d5ddec4aa667ac41bc9ca10fe148c845907b1b 3,640 1.00/1.00 vMB 38
780,803 780,803 00000000000000000005f0d9f4b492dc24315da6997d5b0909dfbb3e4fcd2694 2,409 1.00/1.00 vMB 20
780,802 780,802 000000000000000000046e4c2df40dc7f02f8dca6f60c98e448d43c7fa2b5be9 2,756 1.00/1.00 vMB 23
780,801 780,801 000000000000000000057d233cd08d204146bc08dadd77c6e73dc8fac88e8452 3,662 1.00/1.00 vMB 30
780,800 780,800 00000000000000000005c15ef47b4e46e88251d38e265541ea6d1601e8ddb307 2,144 1.00/1.00 vMB 45
780,799 780,799 00000000000000000004fa7ac12dc91fa87c76b7374d7aa0435a7d190a84efce 1,834 1.00/1.00 vMB 37
780,798 780,798 0000000000000000000594e9390698c9f2f7c73a61424c450b516ca1fe3f55d9 3,505 1.00/1.00 vMB 36
780,797 780,797 0000000000000000000111dd1a5a87d3195ecd0ff0cdb97b199cb42b6d3dc662 3,034 1.00/1.00 vMB 44
780,796 780,796 0000000000000000000456f6846a9242613928cd17e001f14c42f44ee9f1f965 2,311 1.00/1.00 vMB 20
780,795 780,795 00000000000000000002c5f4e096f93b56ab05a37fa511ccde028cbd1c72444d 1,739 1.00/1.00 vMB 21
780,794 780,794 000000000000000000064a7a2bd1abba8ce92c2cb6d4d303ef5a4a89f2118c01 881 1.00/1.00 vMB 15
780,793 780,793 0000000000000000000110ba4415ca6def660b4f7825b52af541368581017930 3,705 1.00/1.00 vMB 27
780,792 780,792 00000000000000000003a396847c2c7acb2234dc1cb506db60a4f55c0fc05a9c 2,037 1.00/1.00 vMB 26
780,791 780,791 0000000000000000000625706fa392bf3de5dfa4ff5dd587dff70373121bc372 2,150 1.00/1.00 vMB 24
780,790 780,790 000000000000000000012c49408280f1a7c7be8fdec57304c2e7a647e8176ed3 2,789 1.00/1.00 vMB 33
780,789 780,789 00000000000000000003c26534c765c9f2b9a8691d607d6fcdc19b9277a8946d 1,650 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.41 GB
    • Received: 15.50 GB
  • Uptime:

Notes

  • 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.