Loading Tool

Explorer IconExplorer

Memory Pool

37,863 transactions
27.02 vMB
0.06407600 BTC
Random Selection Loading Transactions
Max Size: 137.48/200 MB

Candidate Block

Mining Attempt 659f9af3d3d6f15365491126538949864fa36c4da2cbc724e79bdeddf391b35e
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 5a7efffe4d7c761d1ebeef2b048e624a84d6ea94058d9cb53b30f4b9f8624c06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,787
Size: 1.00 vMB
Total Fees: 0.01323955 BTC
Feerates: 100.28 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (464,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,575 450,575 000000000000000001e765baa24c46815c40b4ba4fb005614675b70f34a3112c 969 0.49/1.00 vMB 85
450,574 450,574 000000000000000001207866dff10c24895e1f226149f5a54eb8fc7422d02646 714 0.42/1.00 vMB 70
450,573 450,573 0000000000000000015fa9d2199744e63893804f33a0b5c4d7de187ce71743bb 363 0.15/1.00 vMB 90
450,572 450,572 000000000000000002443831d1b5d1a8a4eb478d076748fa863871f4b48f0e12 328 0.27/1.00 vMB 43
450,571 450,571 000000000000000000c302fae6575b10d0eed794ad0170dbfd8540ec3d2b0d4e 1,729 1.00/1.00 vMB 68
450,570 450,570 00000000000000000268e0e1937b5513875962c9d06955f2acac2348b54f87f2 1,488 0.93/1.00 vMB 87
450,569 450,569 00000000000000000083a608b3290ad0723988bb12af6ee5e0a157afe6b13b01 1,920 1.00/1.00 vMB 82
450,568 450,568 00000000000000000076891ade79625f78a55680549d52e20313f0d17dd31f24 1,550 1.00/1.00 vMB 107
450,567 450,567 0000000000000000025aff03acdfb47c32f679a94b96bf82b75a7260b3c919ce 1,455 1.00/1.00 vMB 67
450,566 450,566 0000000000000000006831b8f59c3704733c7a276ec04f18ec90196f5159e0c2 1,810 1.00/1.00 vMB 102
450,565 450,565 0000000000000000002c89cf1b0d0c8315d47a03f5fb5cf4a6bfcc0474018906 2,023 1.00/1.00 vMB 100
450,564 450,564 0000000000000000020ab0185bf42c09d6a1d50cab35e09ea038f23333731576 2,309 1.00/1.00 vMB 86
450,563 450,563 00000000000000000051f41f2f07ebaa85c2df75d57aa64572a23df726ed9f5e 1,503 0.63/1.00 vMB 87
450,562 450,562 00000000000000000044d70cf9007bca5e9f969a3be28ed68a30c7fb53eab227 1,172 0.52/1.00 vMB 86
450,561 450,561 0000000000000000009af1a8c926c15823922245081f997d64e1365ae385af88 873 0.40/1.00 vMB 80
450,560 450,560 0000000000000000028187d497c1e2d9532c54ae979e8e0d3c7d2840997e3769 2,275 1.00/1.00 vMB 80
450,559 450,559 000000000000000001f74e70a52a613030b6e75f409af54592380fcde95e432c 870 0.38/1.00 vMB 77
450,558 450,558 0000000000000000019ed3131292c48dc197fc69221044ebc8fc7b55d97ea50d 375 0.92/1.00 vMB 16
450,557 450,557 000000000000000001688f52f9f1c0d48ba8b68058ef0191ca6d528787f08c32 578 1.00/1.00 vMB 27
450,556 450,556 0000000000000000020f07c543bcd4e29090abe55931fb5918b84cb236a6cc45 984 0.99/1.00 vMB 28
450,555 450,555 0000000000000000018dab71ef3099ebea3ead6b235aeb050c5a7835f2ca11c8 1,985 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.