Loading Tool

Explorer IconExplorer

Memory Pool

35,774 transactions
25.99 vMB
0.06610561 BTC
Random Selection Loading Transactions
Max Size: 132.43/200 MB

Candidate Block

Mining Attempt 9f2181f731660c7c29c65925e6e5b6d8d558bc7a0b1c4abc99f0f18ebbc86e60
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 9fa081fb13c3bf5653d81efb87a9ff88ec3fa56c3122345b3e6a420c6967d986
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.01819300 BTC
Feerates: 120.00 > 1.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (415,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,677 499,677 000000000000000000670a02cc51626bde26d83d46ff98d06791785e96f36195 2,308 1.00/1.00 vMB 440
499,676 499,676 00000000000000000004ee9ace32f3e7a0477b52d4487f6b1d85db05c8f38f07 2,656 1.00/1.00 vMB 429
499,675 499,675 0000000000000000008fefa8a8ed285d43a16b26fcac7c371272a880fa6d62a0 2,717 1.00/1.00 vMB 312
499,674 499,674 0000000000000000007a7ca8e81f5efeb41148d198d1d2bbb77493b0b31143f2 2,448 1.00/1.00 vMB 268
499,673 499,673 0000000000000000006a1f2318d6e5f3f6256dbab5566bc86d3a3649bb240484 1,963 1.00/1.00 vMB 212
499,672 499,672 0000000000000000004677ee15f37c2186666c666b98760dc48ec2aefafb9760 1,582 1.00/1.00 vMB 174
499,671 499,671 00000000000000000055bd249bfb282fe2da358015f8a151656d38ce5dff2f14 2,144 1.00/1.00 vMB 264
499,670 499,670 0000000000000000004591a8b3f5c4a16eb91da339dfa094ad4fc23665493b88 1,439 1.00/1.00 vMB 188
499,669 499,669 00000000000000000020b1be4738fec9199d7ccb522b608166fc5d3ab7574113 2,282 1.00/1.00 vMB 225
499,668 499,668 0000000000000000008b9b73301dbe5f244c9c18fe711e27c1310e25b9b65ece 2,741 1.00/1.00 vMB 389
499,667 499,667 000000000000000000793afe359f4f7bd5cc6b1afb18afd9e8a0759b0342745f 2,227 1.00/1.00 vMB 447
499,666 499,666 0000000000000000003d54f4afd7c584ad401e726f73a99ddb713ef87fc6f5aa 2,440 1.00/1.00 vMB 264
499,665 499,665 000000000000000000545a109b7630c2e3b5f5decb6d2cbebf61b7867ab05836 2,643 1.00/1.00 vMB 329
499,664 499,664 0000000000000000007891de6b4340904e64148310c985862d8a9962b56e809e 2,636 1.00/1.00 vMB 369
499,663 499,663 000000000000000000a8d99652a34106c278e35493428792cf3b07d42145a15a 2,685 1.00/1.00 vMB 364
499,662 499,662 00000000000000000013a481358383c1af24facdfcf1772cce64b3207b988d71 1,251 1.00/1.00 vMB 116
499,661 499,661 000000000000000000893789cbb172de2b19bc6735d9395813d84c7ff409a72b 2,242 1.00/1.00 vMB 291
499,660 499,660 0000000000000000009fd25eaf6245cd8a0a8869bbe28145f39e4de14dd62825 1,660 1.00/1.00 vMB 173
499,659 499,659 0000000000000000005bd3de0386b9c24f92e363a04da33b6b6ac7450997f4aa 3,057 1.00/1.00 vMB 421
499,658 499,658 0000000000000000005ad979367405af6ad75465a8900089cb3bd7b53ff4dc9d 1,908 1.00/1.00 vMB 211
499,657 499,657 0000000000000000001a98320ee19986cfb19f30bb1d1deb0cfc21ed9fa3c7ae 2,302 1.00/1.00 vMB 224
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.