Loading Tool

Explorer IconExplorer

Memory Pool

76,617 transactions
33.63 vMB
0.13128825 BTC
Random Selection Loading Transactions
Max Size: 188.12/200 MB

Candidate Block

Mining Attempt 774ebec803e3c5da3855333a8e94963e2389753da3db442a1fd778b919aca079
Version 20000000
Previous Block 0000000000000000000149a20e5737c11062574f96dd685c21043aa3b1b102c8
Merkle Root 1f6b1247021c067eff663448dbd59c9d8e3c4d3b011a84a9258166a76358d2ef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 1.00 vMB
Total Fees: 0.02190866 BTC
Feerates: 445.78 > 2.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,419 (405,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
509,466 509,466 00000000000000000023a5fc68989cf0c83a80a07ea49a951e1fbbd2e708a5ec 1,346 1.00/1.00 vMB 44
509,465 509,465 0000000000000000002bffa5e7e1a364acec9c41d3161f1cdcf1a8747056e265 1,888 1.00/1.00 vMB 26
509,464 509,464 000000000000000000476234fffabe7d7d4f5d94db019d1184128708cf270902 2,712 1.00/1.00 vMB 83
509,463 509,463 0000000000000000005da2a9dc0db057462d7b4d85d3dfb2085ee501cffa6dea 1,955 1.00/1.00 vMB 48
509,462 509,462 00000000000000000013bf856b964bdf65f0d63977dc12226897f33b90f18156 2,243 1.00/1.00 vMB 94
509,461 509,461 00000000000000000014c9cb5e12547dfea341e222a4afc05750838af8a538ba 1,097 1.00/1.00 vMB 13
509,460 509,460 00000000000000000058e2e05a3b105aa2c31390e15b03eed09329bd966a2855 2,342 1.00/1.00 vMB 58
509,459 509,459 00000000000000000049931cdcb41b1606ba6a799cdbf6f03de4acc80581cb6e 1,734 1.00/1.00 vMB 50
509,458 509,458 0000000000000000002f1baefb2904c07b44d7df623f3de7a68a6066f72a76b9 1,523 1.00/1.00 vMB 25
509,457 509,457 0000000000000000001b4e513c43a5587b9b0e40c47441a9a1aa1337d82515b0 760 1.00/1.00 vMB 56
509,456 509,456 000000000000000000059342ed9db02ca7b98364a9e6edcaef60fc7d75788677 1,604 1.00/1.00 vMB 132
509,455 509,455 00000000000000000021db1d848548f5da1114d89e7067f2f60a06091134734b 192 1.00/1.00 vMB 4
509,454 509,454 0000000000000000001572cbdcfe28f0d9bdff1cdd676850a4a0cce1a01995a5 522 1.00/1.00 vMB 13
509,453 509,453 00000000000000000045d725507a07b80fa245f4ce8a200d4a2f06360ef95f83 1,773 1.00/1.00 vMB 44
509,452 509,452 0000000000000000004eaf97f6fa82bac018f824b04415cb2bd96c98d9643f2a 195 0.06/1.00 vMB 71
509,451 509,451 0000000000000000005c714afe4d8f8276bee9ffa04e6e228ccfe5be6702a09d 794 0.38/1.00 vMB 67
509,450 509,450 00000000000000000049451b0abc1df507b01a5db424d7b9469ce2bdea35d16a 121 1.00/1.00 vMB 4
509,449 509,449 0000000000000000001b4a9600c2069ee28d1f5ea1ac8724c2ffac2f3cb78bab 539 1.00/1.00 vMB 21
509,448 509,448 0000000000000000000b4f725f6d50c90c392726eb669e6c540af9d639cba440 362 1.00/1.00 vMB 8
509,447 509,447 000000000000000000362b2b06f0143f6eeccebb39175375ef0548e89f54d773 1,197 0.51/1.00 vMB 79
509,446 509,446 0000000000000000000cc1416a71655ee9ec609b084e9beee4ab92c410ffeabe 1,871 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 783.12 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: 736.47 GB
    • Received: 18.58 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.