Loading Tool

Explorer IconExplorer

Memory Pool

82,998 transactions
31.81 vMB
0.11179528 BTC
Random Selection Loading Transactions
Max Size: 190.92/200 MB

Candidate Block

Mining Attempt 13427b4c160da507cc0d0c4bd3efa57944a78707115b741f4a9a22075e7b33ee
Version 20000000
Previous Block 000000000000000000012e88459ade7b41276fe5cb0870cdd0274669d679f5b9
Merkle Root cc77c224290728ff46716d0919cd97f99161af7c0146b75f4806078c62526737
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,060
Size: 1.00 vMB
Total Fees: 0.02797914 BTC
Feerates: 344.14 > 2.80 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,378 (470,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,825 444,825 0000000000000000032d47d7dc53418857c4d35cd6d4819e5116fe5c5f2e8e10 1,635 1.00/1.00 vMB 81
444,824 444,824 00000000000000000133d1dad8dce5e14bae7a845e2b2b75057dc8ec0bf2a97c 1,331 1.00/1.00 vMB 89
444,823 444,823 000000000000000000ec7f42dfd649df66d3b6c04e020235edaa0eaf12ab08e8 2,988 1.00/1.00 vMB 119
444,822 444,822 0000000000000000025b35de51d563c425ab8bc7ee19fb49b56a3e1e7b5f52f8 1,427 0.63/1.00 vMB 83
444,821 444,821 000000000000000000e9cf9a4ab43240bad9d19ca4200029d0f08c417ba36eed 549 0.33/1.00 vMB 44
444,820 444,820 0000000000000000037ca49a7e8f73ae49843789d364d48a1cef8e952402c1d0 434 0.21/1.00 vMB 86
444,819 444,819 000000000000000000a1e83fea73ae419897308912a4a6e7432fd9ac2e74b8ca 2,399 1.00/1.00 vMB 65
444,818 444,818 000000000000000002ffb434abcaebc21fdc33c5085c3d5da2d719007f414ba8 2,600 1.00/1.00 vMB 87
444,817 444,817 0000000000000000029f2f567a837d13a64c6ece48f42011812245e14f914f81 2,242 1.00/1.00 vMB 89
444,816 444,816 0000000000000000021cc882ceee35b095a32254ec329cde09420396bee5ca3a 2,306 1.00/1.00 vMB 76
444,815 444,815 000000000000000000a7f9cbba7826c5b5f62947897866b175d04d7e31b3559c 558 0.98/1.00 vMB 22
444,814 444,814 00000000000000000311b854a611360d969e9d1491e31a0a88f20910ca214762 1,066 1.00/1.00 vMB 30
444,813 444,813 00000000000000000251eaf3cc1a4c8e6f7341d77e12f431bd105dd6e38932ae 2,129 1.00/1.00 vMB 74
444,812 444,812 000000000000000000718663dc4f6418858a58932bf1f104959062cdeb14ea5c 1,620 1.00/1.00 vMB 65
444,811 444,811 000000000000000001a1513d70a5a459744b2f44f4c152e1c7a7d84420dc5c81 415 0.18/1.00 vMB 49
444,810 444,810 000000000000000000aaba12a388d6db9f77af84a5a5768b9db7267a970eb94e 2,413 1.00/1.00 vMB 73
444,809 444,809 000000000000000003667de19ab8e5914d222c30a4d69c9a6a8c4e8146323a54 2,361 1.00/1.00 vMB 92
444,808 444,808 0000000000000000038a85d9f4324c5071ce9b38a983ad0f6a8e8179d9e716b4 1,577 1.00/1.00 vMB 46
444,807 444,807 0000000000000000031767c025b0ae961b0f9e937d796c2c1e46528cd845f9f5 2,612 1.00/1.00 vMB 47
444,806 444,806 0000000000000000014f092a6996def3830f0c267b3e9a18891400fe215041b3 2,781 1.00/1.00 vMB 73
444,805 444,805 000000000000000000a64545ab59191afc00975d5244b44001f1432f56464239 2,346 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 783.05 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: 720.53 GB
    • Received: 18.18 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.