Loading Tool

Explorer IconExplorer

Memory Pool

88,136 transactions
32.88 vMB
0.11561900 BTC
Random Selection Loading Transactions
Max Size: 199.49/200 MB

Candidate Block

Mining Attempt 8630d4f1d5e36422e432b2dc4704c0a59b04f4b59b774823813644de04361d04
Version 20000000
Previous Block 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d
Merkle Root c332eabdb50ff6c744ef631e2d7befa186fcff429c84a7cd475c5314918a0eda
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,657
Size: 1.00 vMB
Total Fees: 0.03207752 BTC
Feerates: 318.30 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,341 (466,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,737 448,737 00000000000000000242734d06f45a818fd99dc5d4cb87bebe62864c9fcf8ae6 2,712 1.00/1.00 vMB 102
448,736 448,736 0000000000000000008626526949046d565fd860d3a051a0165d67cb26e915de 1,598 0.84/1.00 vMB 67
448,735 448,735 000000000000000003204b2eb488d412177d6aef693e12bbc2c85cc9a98d4815 1,707 1.00/1.00 vMB 71
448,734 448,734 0000000000000000027095d59e4de45a9c261b90ab7a83734abbca36a8136b44 2,379 1.00/1.00 vMB 95
448,733 448,733 00000000000000000322761455cea1265c800a7b4c273865840457f9fc0f2ac5 1,389 0.56/1.00 vMB 82
448,732 448,732 00000000000000000274e899593d2fbd8d313149ee7674716001dde62693e326 818 0.39/1.00 vMB 69
448,731 448,731 0000000000000000012bc72f76633d47f962aa05439752525784c6542643ba1e 888 0.44/1.00 vMB 68
448,730 448,730 000000000000000000051ddf049ba2393df55ad6a20ea5553ddbf80c1930525d 1,414 0.65/1.00 vMB 72
448,729 448,729 000000000000000000c9ccb5dbd689c284838d3683e3b9e851d64c0bb819be86 2,469 1.00/1.00 vMB 91
448,728 448,728 00000000000000000155ae490679110efa888b7c77bfb81e5d4824449837b70e 1,629 0.75/1.00 vMB 86
448,727 448,727 000000000000000002bff6659fb97b7a7d4a44982c6a38dbd9cd3c83f853299a 914 0.39/1.00 vMB 87
448,726 448,726 000000000000000002b19fe3961a6f01fb5fa2546a54996a1bfc8f8ab8e559a5 1,029 0.65/1.00 vMB 58
448,725 448,725 000000000000000000425ef7f0385e5e2e6f67af83a6a946029cbfd0f4c62e22 789 1.00/1.00 vMB 28
448,724 448,724 00000000000000000270fe5dd3f342afffe6897addca18d51525a200ea3b4e48 2,084 1.00/1.00 vMB 73
448,723 448,723 00000000000000000183f2d89c4a2e6da99a528de3a6cdfb69c8533ff3179419 1,720 1.00/1.00 vMB 71
448,722 448,722 0000000000000000022a7e36a8d8a9a3c641703f6508b90b2af7f402cbe029eb 2,125 1.00/1.00 vMB 103
448,721 448,721 0000000000000000024b0e51da1e3b852245f930667e9f41f68fbc898e65589c 1,246 1.00/1.00 vMB 75
448,720 448,720 0000000000000000014cf4f40084c6db110bc8b1fc16f0e6b0272d579c76ecc0 2,489 1.00/1.00 vMB 111
448,719 448,719 000000000000000001c9e72f87d60e43fba1e303351285fa61279f05030e2288 1,374 0.53/1.00 vMB 85
448,718 448,718 000000000000000003243cff9e45f6bcf4bc2aaa6c18b94271e1cdd67ecd2466 1,664 0.79/1.00 vMB 81
448,717 448,717 00000000000000000268528e626f1b5a1036cbcb53c3c124f5b38d60fab36df6 791 0.32/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.98 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: 717.09 GB
    • Received: 17.82 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.