Loading Tool

Explorer IconExplorer

Memory Pool

45,435 transactions
27.58 vMB
0.07330758 BTC
Random Selection Loading Transactions
Max Size: 145.85/200 MB

Candidate Block

Mining Attempt ddbb49c5d23854844868aa3b2929313bdf662b9e50e1e3c610697b4987223b3e
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root 82719b4a39736da83cceb352303700ab6cd761ce8d3bf04996d2533d6eee8fb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,639
Size: 1.00 vMB
Total Fees: 0.02142735 BTC
Feerates: 502.65 > 2.15 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (428,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,560 486,560 000000000000000000ec9deacd6fc0a72a54141f3c1487de4bb5b4f8eab6ce9b 1,766 0.94/1.00 vMB 92
486,559 486,559 000000000000000000bd7e36f70ba9a81ada3287c88f6636b419e3ac81bee8a7 634 0.28/1.00 vMB 115
486,558 486,558 000000000000000000aad32d667ee966cf93e67d64e1809fe7b52ba3f7daa688 1,566 0.75/1.00 vMB 80
486,557 486,557 0000000000000000009e7599fb5c5a48ef5c93789fbdd69c0a11a52ca2cbb5df 1,679 0.72/1.00 vMB 116
486,556 486,556 000000000000000000832a341f8e16a3b665b0304020837b63f3ac0837d2eaa1 960 0.36/1.00 vMB 74
486,555 486,555 00000000000000000068c6fd79c620bad3c1f3e784fcfac4c226f6ff51e8cd18 2,037 1.00/1.00 vMB 15
486,554 486,554 0000000000000000009389784b00a322cfc7815efe268dcb4255886e5d3c7a24 1,219 0.52/1.00 vMB 43
486,553 486,553 000000000000000000c483e5c52c485e5e55c576237ed21954b2255edb8e7340 1,906 1.00/1.00 vMB 113
486,552 486,552 00000000000000000092d358e8417a85cd6aff3f3d38a7bcbca128c2da41ff0f 2,314 0.98/1.00 vMB 161
486,551 486,551 000000000000000000a73d34fd929c3e3e38561493f7b9300af419cba2e97f50 2,168 1.00/1.00 vMB 138
486,550 486,550 000000000000000000b16e03967aed24a6b64da28279aac0fe14797f839b4703 2,326 1.00/1.00 vMB 167
486,549 486,549 0000000000000000003d756d0e989fbb5d833a4c2b6726e2736b88b4338fb445 2,236 1.00/1.00 vMB 162
486,548 486,548 000000000000000000a32004d676987f89448d570d62ef0edcbef3c43dca7919 2,416 1.00/1.00 vMB 81
486,547 486,547 0000000000000000007f4d1111a7946a23a221d34529ae055eabcd46ee009e24 1,852 1.00/1.00 vMB 124
486,546 486,546 0000000000000000002f04aeec6d852b42c02854c5ad6566d91bd93c1b4e3561 120 1.00/1.00 vMB 117
486,545 486,545 0000000000000000009aa6c42677576bf8d76f721dc9c4c6cf4c4d4892c45fb6 1,658 1.00/1.00 vMB 151
486,544 486,544 000000000000000000e3f18aa9c76c8afda9852c3b3805eda71a72e43cd2b525 267 0.10/1.00 vMB 37
486,543 486,543 00000000000000000060dda6f49e38f28e3022c8068b71c501bc7b10ac7df469 1,095 1.00/1.00 vMB 67
486,542 486,542 0000000000000000004846d2293b31e2a145d4b550ff962e50196a246d51f6a4 1,696 1.00/1.00 vMB 147
486,541 486,541 00000000000000000076b74b9e71a6a06dd1bf603a04287e4d92a92ea0186fd1 224 0.26/1.00 vMB 48
486,540 486,540 00000000000000000015409a1e074b202ea047bc5ef98a46af8944882555ba9e 1,533 1.00/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 782.24 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: 655.25 GB
    • Received: 14.28 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.