Loading Tool

Explorer IconExplorer

Memory Pool

23,586 transactions
9.98 vMB
0.08093053 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.52/200 MB

Candidate Block

Mining Attempt 89ac502f8aecdb723a2ec9ffaceddb46b6ac8660d7164e6454151be4998e039b
Version 20000000
Previous Block 000000000000000000008d04065d89b6af56d4a51721394abcf1d222900704dd
Merkle Root 31cc42bc5eb13e511087dccfb196434ea51f0a2deaf74c0ce327da01af0b7a71
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,459
Size: 1.00 vMB
Total Fees: 0.05076000 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,404 (767,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,461 145,461 000000000000037fa5144efbee8d86c9565149ec5cb21d38a5a7b3c08afcf8cd 48 0.03 vMB 357
145,460 145,460 00000000000005355f10745981af8b62fe878d34f864dd01b221efc76f3f0b43 34 0.01 vMB 146
145,459 145,459 000000000000011a9b6bfccec83b3f184271f13f19c49ca492c6d53c161013d7 77 0.02 vMB 15
145,458 145,458 0000000000000400181c9f9413bb8d7a97397156c10b105fdd705cd28abd388c 12 0.00 vMB 76
145,457 145,457 00000000000001381a448dceff93239ead36dac174c64a78b7e6d9205b209524 58 0.02 vMB 276
145,456 145,456 000000000000004af1937d33ca007ed05fd0de6a5782fb8098b93905a8c4f0e0 41 0.02 vMB 24
145,455 145,455 00000000000002eb05d568c8b040af48920fca304b58448e02da7fe72e69fbcc 70 0.03 vMB 179
145,454 145,454 00000000000004f977523adb0e27ccb503ee6080eda2d6d859eee2a333b6bc44 16 0.02 vMB 130
145,453 145,453 00000000000001dbd196a42f91b8daef2f1d40a4cd4c19f56e4d974a1bbaf802 12 0.01 vMB 37
145,452 145,452 00000000000008c5ea8b0ec77e9b8158bceb101d595958e99c231df216742b63 78 0.03 vMB 58
145,451 145,451 0000000000000743f0ec11686bce723899018b3459e43c638adabe101691b5af 5 0.00 vMB 82
145,450 145,450 00000000000002cacb05dee6b9ea9380305963536008612aa684ac39d467d84c 49 0.02 vMB 67
145,449 145,449 00000000000007db9bdbb4ff75c97551932d2e368336ad4b8645c71961455c72 35 0.03 vMB 575
145,448 145,448 00000000000002ac0fc89a29a73047871ce30b3d8e57fbfe75986167317b8fe6 57 0.02 vMB 548
145,447 145,447 0000000000000383c1b3e3b50cba5cdc2b0f5e76d5aaed934bdca195ebfe7e32 13 0.00 vMB 0
145,446 145,446 0000000000000440edb7b9a6de1f575c7c30745471332092501a67285a03122e 104 0.03 vMB 70
145,445 145,445 00000000000002f97d8ea676f52192be96bdc8fbfab1ec644efc9e0711be078e 2 0.00 vMB 0
145,444 145,444 000000000000005c0d097a8cf79405902e6e57a4aba40f9f236217abc8186f8c 13 0.00 vMB 47
145,443 145,443 00000000000001980cc5b1f50238a2134a38f49d6f2cc4e1e7749c783d3d6a07 12 0.01 vMB 77
145,442 145,442 00000000000004fa7fa7ca4bc8b56fbefb08ea50d6610757234e5ef596c9c855 12 0.01 vMB 78
145,441 145,441 00000000000001762507ad1996b01e7b9c529c25e35dd627cf58a019bb3849b5 86 0.02 vMB 2
Previous 10 blocks ↓
Total Size: 779.57 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: 277.49 GB
    • Received: 1.09 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.