Loading Tool

Explorer IconExplorer

Memory Pool

78,154 transactions
28.99 vMB
0.07955734 BTC
Random Selection Loading Transactions
Max Size: 175.75/200 MB

Candidate Block

Mining Attempt d098e09a19f5b4ee6c8bf2b99e44ee2db67abcf04da8a86c433c4efa27da1524
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 64ab05ac7c83dbbd27fe5dc881a9076f20fc5c7a3719ba78fe6eb6cf8895ba23
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,367
Size: 1.00 vMB
Total Fees: 0.01913117 BTC
Feerates: 100.81 > 1.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (244,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,552 670,552 0000000000000000000bacc9d7114e13bc844cb084195a970d2ded6bb6ff635c 2,168 1.00/1.00 vMB 82
670,551 670,551 00000000000000000003d86b38fc94437a5c1e010911ed5659a4238648324759 1,546 1.00/1.00 vMB 36
670,550 670,550 00000000000000000008e9d51b04ddd699b8bb99dd7ce69cb1f5f5d0fee1b725 2,527 1.00/1.00 vMB 107
670,549 670,549 0000000000000000000a0726590d92a7e6d5cd098d911d45866d39951985d9b8 1,256 1.00/1.00 vMB 140
670,548 670,548 00000000000000000001d98e531e35f9cdeaf55dc581a4374a7c3c577518ae82 1,174 1.00/1.00 vMB 146
670,547 670,547 000000000000000000077e8ba06822db8006266e0f372d992185a3664ae75aa0 840 1.00/1.00 vMB 17
670,546 670,546 00000000000000000004c7ccc20ed67ad379503c1fd0357494ff8c93510f125c 1,686 1.00/1.00 vMB 43
670,545 670,545 0000000000000000000462a0d6f715d09ee250f6497c1ea39d5fa2d66c7bf320 1,938 1.00/1.00 vMB 13
670,544 670,544 0000000000000000000b4a8ebe8b9036ca964e62d799dff3c0ae4eddf3f2062d 2,079 1.00/1.00 vMB 70
670,543 670,543 000000000000000000084c87af589d45962d23598d5c0fa403e2ea6e67cbbf52 2,551 1.00/1.00 vMB 110
670,542 670,542 0000000000000000000ae2797dc5bb5cbfb7603181b14f410c7a41352125b86d 1,438 1.00/1.00 vMB 14
670,541 670,541 0000000000000000000621d10195981b8ae66443e9c4605b60219119719ab9a2 2,176 1.00/1.00 vMB 55
670,540 670,540 0000000000000000000110e08686ef9049890a24d5309e62b304881db47c6732 1,715 1.00/1.00 vMB 73
670,539 670,539 0000000000000000000bfb512f1042eff56639997027425c82434495710b9e28 1,278 1.00/1.00 vMB 22
670,538 670,538 000000000000000000087999f4e0a3ef645fa1fa02aab78e5eac454e4070e474 1,887 1.00/1.00 vMB 27
670,537 670,537 0000000000000000000ceb3dcc4c9c18e923f59111c90842fcf54a105359465e 2,529 1.00/1.00 vMB 110
670,536 670,536 00000000000000000005ca63c94109145ac55f539b40322d7b3d3e47836eaa61 2,103 1.00/1.00 vMB 51
670,535 670,535 00000000000000000009be5ca990c1e27a9275d4c9e24f1d6c3499ddd6518f95 911 1.00/1.00 vMB 143
670,534 670,534 00000000000000000007baed9f60b5da185feaba58a81bea02a8f44003459726 958 1.00/1.00 vMB 13
670,533 670,533 0000000000000000000453de477cc2387038feb5095e62fc54a42ceecf9748e0 1,697 1.00/1.00 vMB 37
670,532 670,532 00000000000000000002d0534960dc2a07efdd8b7ce20b613bea4d0ef6fd7249 1,939 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.39 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.