Loading Tool

Explorer IconExplorer

Memory Pool

51,257 transactions
30.54 vMB
0.13431316 BTC
Random Selection Loading Transactions
Max Size: 162.84/200 MB

Candidate Block

Mining Attempt d8fb6ffde978f341f4f8482a092a2f932307c6cfa4d0be8669efa59ab29ff560
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root b3ee9c2a28453b02364a9403b4ec3bf4335b02beb32df56daeb940176316ea07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,939
Size: 1.00 vMB
Total Fees: 0.05322730 BTC
Feerates: 179.69 > 5.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (526,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,498 388,498 000000000000000007e7aa2e8fb1b9721aa446e74735e5676947abfedd0dc6a5 1,039 0.58/1.00 vMB 26
388,497 388,497 0000000000000000000798622a7bec64c8c2900faf752b1ff5cf93ee0a233bee 1,849 0.75/1.00 vMB 100
388,496 388,496 0000000000000000035643e8ca4e7076742a5fb218494c0c4f1d2bec1b7f41e3 125 0.11/1.00 vMB 16
388,495 388,495 000000000000000009b670f25a92ee393a51c4a097e02a828504db4ff1b0530c 514 0.36/1.00 vMB 23
388,494 388,494 00000000000000000ddccaff10070c9798735637004c2f7b5684849c4d332341 1,331 0.48/1.00 vMB 43
388,493 388,493 00000000000000000b2bd82279768726ffc17009d6beeb2c51d24833fa977145 775 0.57/1.00 vMB 22
388,492 388,492 000000000000000002711e7608b76396daf59cfc99940e1b45b17ab1c94ecba6 1,062 0.40/1.00 vMB 37
388,491 388,491 0000000000000000046bfa63a14236132c6d1565dfa18c20df5d063d5e9d68f3 1,795 0.95/1.00 vMB 29
388,490 388,490 00000000000000000ce54bc74bd92275fe174fe38f7f4bc22f2c62aa44a43e0e 2,487 1.00/1.00 vMB 46
388,489 388,489 0000000000000000033ad6bbfbd3884b04b1cf88df5b56b9c9ee9c3393cb2060 649 0.27/1.00 vMB 40
388,488 388,488 00000000000000000b88b05b11167e01858e82ee8fd24a0f05d0647025a18f41 279 0.15/1.00 vMB 29
388,487 388,487 00000000000000000abbbe8f88a6c7e1736c6d784194554b7a3e78393d89abd4 1,393 0.63/1.00 vMB 34
388,486 388,486 00000000000000000a0c21e2935ee8b0b25b2eaa07118f127f09ddbbb808b67f 408 0.21/1.00 vMB 29
388,485 388,485 0000000000000000081435a2c61219288d94f8767ed15503df353222be12db25 1,315 0.84/1.00 vMB 23
388,484 388,484 00000000000000000d2842ee8e6ee9b32f020104fdea9243b23f4fc22e73359c 1,007 0.72/1.00 vMB 24
388,483 388,483 000000000000000000c4e8825f19e9c8cb21252b8b1a5f76707a6311be2ab8f4 1,552 1.00/1.00 vMB 30
388,482 388,482 000000000000000001f27306b8b7529ec912ed9a45e68cb03e9c770a90dad37c 280 0.10/1.00 vMB 42
388,481 388,481 00000000000000000540ddba5f5035fd4ef39e6f918bb28ac0c84c48fee0bb71 1,731 0.85/1.00 vMB 35
388,480 388,480 00000000000000000c0eea98d84f1bb75c3247fcc03c2d5ce0bcd86ad584c7b8 1,943 0.95/1.00 vMB 32
388,479 388,479 00000000000000000a80ee0217e72a6ae0c2388b5c41e8fa457e72dd97505210 1,109 0.65/1.00 vMB 27
388,478 388,478 00000000000000000507bd3ddabfe6f8cff557257aed4ba4d939825956aa31e5 1,608 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.11 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: 652.03 GB
    • Received: 13.70 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.