Loading Tool

Explorer IconExplorer

Memory Pool

45,078 transactions
27.37 vMB
0.10377856 BTC
Random Selection Loading Transactions
Max Size: 143.09/200 MB

Candidate Block

Mining Attempt cf53a792ab85e8aa7c99622d3e92943a7eb014ea0863eff15a02077c6f34edcd
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 22b77fa98f0f133d2aedcbef1a841dd90124eebe2d5727eb036bf57cf6a6f698
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.04647823 BTC
Feerates: 151.01 > 4.66 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (471,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,497 443,497 00000000000000000237f206a07a1cf9bdbc2d94ff62fade87c78a84cd58eb04 2,584 1.00/1.00 vMB 97
443,496 443,496 00000000000000000167561f8c1d406d5e1814171bbb5798f196966e0eaa99a4 2,374 1.00/1.00 vMB 97
443,495 443,495 000000000000000000dfa4e1fd4ef4d1ebf5c1402283026a264a1969b8dee9d4 2,568 1.00/1.00 vMB 75
443,494 443,494 000000000000000001386767982f43f42ed42bcf40acd3ba560e0bb6b588ebb5 3,434 1.00/1.00 vMB 102
443,493 443,493 000000000000000000233cfeb0a2c33bffa1ad15b63f22774ef4862edd7e7679 3,806 1.00/1.00 vMB 125
443,492 443,492 000000000000000003893a6127d9d2142dc72f3216675d9e36957c9e4c4fa0e2 1,429 0.92/1.00 vMB 42
443,491 443,491 00000000000000000289550ac1ad83d69f6524170f3774b4d5b337a953d297c7 2,941 1.00/1.00 vMB 86
443,490 443,490 00000000000000000175c5e598c7febecaeb64a058b35eb0c051168bd8d3ab74 1,758 1.00/1.00 vMB 54
443,489 443,489 00000000000000000115411baa665f94a0456f841a17d80dae020e842d15f4ed 2,707 1.00/1.00 vMB 66
443,488 443,488 0000000000000000013955964577ae0ae38a01488a183c41a5982a7aeb4ceebd 2,012 1.00/1.00 vMB 68
443,487 443,487 0000000000000000014ca0f62bd1759d9418c0bb800c9cd90316edb9c120a0af 2,428 1.00/1.00 vMB 79
443,486 443,486 000000000000000003a8c7ae98222a23285cfbc1ab533baaa4c755cbe2adb91d 3,084 1.00/1.00 vMB 87
443,485 443,485 000000000000000003aba2a81a70d2a52b72f444b096a3b4a2f4eba9026f6723 3,282 1.00/1.00 vMB 113
443,484 443,484 0000000000000000000519827f062408ea939e725fe6972248b1bcca71b4241b 2,606 1.00/1.00 vMB 71
443,483 443,483 0000000000000000014fc9a473c84fbb15f493c6e58a85cdc4541d2c318f309f 1,733 1.00/1.00 vMB 63
443,482 443,482 0000000000000000030a1e95344506a9845f732323237a2cf38a4dcd10e3d9b3 2,285 1.00/1.00 vMB 65
443,481 443,481 000000000000000002ff5e57afe6866ef4f25f8e49ab7fdfea16f1268468b674 3,105 1.00/1.00 vMB 78
443,480 443,480 00000000000000000201651e875d68e326fbb3e2faeaf7bfc4922848389b9f16 1,968 1.00/1.00 vMB 62
443,479 443,479 0000000000000000012e7ee9ea4c2913b539bf85bafc554a304167eae2704b74 1,929 1.00/1.00 vMB 76
443,478 443,478 0000000000000000023e725c8dbf91e364c64ea4bb7c4a2b16aad3dd6579f59e 1,824 1.00/1.00 vMB 88
443,477 443,477 00000000000000000253b8147b5ad8d02b329b38b0002c0002c9828cd01ef0b0 2,672 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.